

var v=parseInt(navigator.appVersion);
isNetscape=navigator.appName.indexOf('Netscape')>=0;
isExplorer=navigator.appName.indexOf('Explorer')>=0;
if (v>=3) self.focus();


function popUp(goLocation,ww,wh,scr) {

		goLocation = "/fileadmin/user_upload/"+goLocation;

		if (scr != 1){
			scr = 0;
		}else{
			ww = Number(ww) + 17;
		}
		positionCode='';

		if (v>=4) {
			sw=screen.width; sh=screen.height;
			wbx=Math.round((sw-ww)/2); wby=Math.round((sh-wh)/2)-25;
			if (isExplorer) positionCode='left='+wbx+',top='+wby+',';
			if (isNetscape) positionCode='screenX='+wbx+',screenY='+wby+',';
		}

		page = window.open(goLocation,'','width='+ww+',height='+wh+','+positionCode+'toolbar=0,'+'scrollbars='+scr+','+'resizable=0');
		page.document.open();
		pagecode = '<HEAD><META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=windows-1251" /><TITLE>Ювелирный бутик &laquo;Фамильные Драгоценности&raquo;</TITLE></HEAD><BODY STYLE="margin: 0px; padding: 0px"><table height="100%" cellpadding=0 cellspacing=0><tr><td height="100%" valign="middle"><A HREF="#" OnClick="javascript: window.close(); return false;"><img src="' + goLocation + '" ALT="close window" border=0></A><br></td></tr></table></BODY>';
		page.document.write(pagecode);
		page.document.close();
		if (isNetscape && v>=3) page.focus();
}

function vis(elID){

	for (i=1;i<15;i++ )
	{
		allID = "stat" + i;
		document.getElementById(allID).style.display = "none";
	}

		document.getElementById(elID).style.display = "block";
}

function popUpFl(goLocation,ww,wh,scr) {

		goLocation = ""+goLocation;

		if (scr != 1){
			scr = 0;
		}else{
			ww = Number(ww) + 16;
		}
		positionCode='';

		if (v>=4) {
			sw=screen.width; sh=screen.height;
			wbx=Math.round((sw-ww)/2); wby=Math.round((sh-wh)/2)-25;
			if (isExplorer) positionCode='left='+wbx+',top='+wby+',';
			if (isNetscape) positionCode='screenX='+wbx+',screenY='+wby+',';
		}

		page = window.open(goLocation,'','width='+ww+',height='+wh+','+positionCode+'toolbar=0,'+'scrollbars='+scr+','+'resizable=0');
		page.document.open();
		pagecode = '<HEAD><META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=windows-1251" /><TITLE>Фамильные Драгоценности</TITLE></HEAD><BODY STYLE="margin: 0px; padding: 0px"><table height="100%" cellpadding=0 cellspacing=0><tr><td height="100%" valign="middle"><A HREF="#" OnClick="javascript: window.close(); return false;"><img src="' + goLocation + '" ALT="close window" border=0></A><br></td></tr></table></BODY>';
		page.document.write(pagecode);
		page.document.close();
		if (isNetscape && v>=3) page.focus();
}


