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("<META HTTP-EQUIV=\"content-type\" CONTENT=\"text/html; CHARSET=iso-8859-2\">");noweokno.document.write("<html><head><title>"+title+"</title>\n");noweokno.document.write("</head>\n"+"<body 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("<IMG SRC="+src+" width="+w+" height="+h+" border=0>");noweokno.document.write("</TD></TR></TABLE>"+"</body>\n"+"</html>");noweokno.document.close();noweokno.focus();}
