//base="http://www.golfmarket.ru/";
dom = (document.getElementById)?(true):(false);
ie = document.all;
ieMN = document.all;
ie4 = ie && !dom;
nn4 = document.layers;
var userAgent=navigator.userAgent;
var opera=(window.userAgent.indexOf('Opera')!=-1);

visible = (nn4)?('show'):('visible');
hidden = (nn4)?('hide'):('hidden');

function show_no(document,w,h) {
	document=base+document;
 	window.open(document, "newwindow", "status=no,scrollbars=no,menubar=no,width="+w+",height="+h);
 }
 function show_sc(document,w,h) {
 	document=base+document;
 	window.open(document, "newwindow", "resizable=yes,status=no,scrollbars=yes,menubar=no,width="+w+",height="+h);
 }

function alignwin(s)
{
	s.screenX=200;
	s.screenY=200;
	focus(s);
}

function isEmail(field)
{
	var s=field.value;
	if (/[^@]+@+/.test(s)) return true;
	return false;
}

function isEmpty(field)
{
	var s=field.value;
	if (s==null||s.lengh==0) return true;
	return !/\S/.test(s);
}


function zoom(srcfile) 
{
	var m = screen.availWidth/2;
	zw = window.open("","zoomwin","width=200,height=400,top=20,left=20,resizable=yes,location=no,scrollbars=no,status=no,toolbar=no,directories=no");
	zwdata = "<html><head><title>Гольфмаркет.ру</title><base href=http://www.golfmarket.ru/><script type='text/javascript'> function rwin() { self.resizeTo(document.images['imgfile'].width+12, document.images['imgfile'].height+31); var sleva = " + m + " - ((document.getElementById('imgfile').width)/2); self.moveTo(sleva,50); } </script></head><body topmargin='0' bottommargin='0' leftmargin='0' rightmargin='0' marginheight='0' marginwidth='0' onload='rwin()'><a href='javascript:self.close()'><img id='imgfile' src='" + srcfile +"' alt='закрыть окно' title='закрыть окно' border='0'></a></body></html>";
	zw.document.open();
	zw.document.write(zwdata);
	zw.document.close();
}