<!--
function imgS(objName)
{
	document[objName].src =eval(objName+"b.src");
}
function imgUS(objName)
{
	document[objName].src = eval(objName+"a.src");
}
function objectHide(objName)
{
if(ie4)
	document.all[objName].style.visibility="hidden";
else if(nn4)
	document.layers[objName].visibility="hide";
}
function ShowNW(w,h,src,title)
{			
noweokno=window.open('',"newhtml",'width='+w+',height='+h+',top=50,left=50,resizable=0,scrollbars=0,menubar=0,fullscreen=no');
noweokno.document.open();
noweokno.document.clear();
noweokno.document.write("<html><head><title>"+title+"</title>\n");
noweokno.document.write("<META HTTP-EQUIV=\"content-type\" CONTENT=\"text/html; CHARSET=iso-8859-2\">");
noweokno.document.write("</head>\n"+"<body onClick=window.close(); bottommargin=0 leftmargin=0 marginheight=0 marginwidth=0 rightmargin=0 topmargin=0 bgcolor=#000000>\n");
noweokno.document.write("<TABLE cellspacing=0 cellpadding=0 align=center border=0><TR><TD>");
noweokno.document.write("<A HREF='javascrip:window.close()'><IMG SRC="+src+" width="+w+" height="+h+" border=0></a>");
noweokno.document.write("</TD></TR></TABLE>"+"</body>\n"+"</html>");
noweokno.document.close();
noweokno.focus();
}
//-->
