
function winop ( img )
{
	topp = '';
    botm = '';
	gall = window.open('','','resizable=no, status=no,toolbar=no,menubar=no,scroll=no, top=200,left=200,width=450,height=350' );
	gall.document.write('<html><head>  <title></title></head><body bgcolor="#000000" leftmargin="0" rightmargin="0" bottommargin="0" topmargin="0" scroll="no" ><table border=0 cellpadding=0 cellspacing=0 ><tr><td valign=middle align=center >'+topp+'<img border="0" src='+img+'>'+botm+'</td></tr></table></body></html>');
    gall.focus();
}


function dwr(txt)
{
	document.write(txt)
}



//-->
