function OpenPopup(path) {
	win=window.open('/authors.php?'+path,'child','left=100,top=100,width=400,height=400,status=0,toolbar=0,location=0,scrollbars=1,resizable=yes');
	win.focus();
}
function CreateWindow(path,w,h) {
	win=window.open(path,'child','left=100,top=100,width='+w+',height='+h+',status=0,toolbar=0,location=0,scrollbars=1,resizable=yes');
	win.focus();
}
function add_home(obj) {
   obj.style.behavior='url(#default#homepage)';
   obj.setHomePage('http://www.polymerbranch.com/');
   return false;
}
function checks_s() {
	var d = document.qs_form;

	if (d.search.value.length < 3) {
		alert ('Не менее 3 символов');
		return false;
	} else {
		return true;
	}
}