function openwin(url, width, height,tit){win1 = open("", "_blank");win1.document.open();win1.document.write("<html><head><title>"+tit+"</title></head><body bgcolor=#ffffff topmargin=0 leftmargin=0 marginheight=0 marginwidth=0><img src="+url+" border=0></body></html>");win1.document.close();}function openwina(url, height, width, tit){win1 = open("", "_blank", "toolbar=0,status=0,location=0,menubar=0,directories=0,scrollbars=0,resizeable=0,width="+width+",height="+height);win1.document.open();win1.document.write("<html><head><title>"+tit+"</title></head><body bgcolor=#fff style='margin:0; padding:0'><table cellpadding=0 cellspaņing=0 height=100% border=0><tr><td bgcolor=#FFFFFF><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='"+width+"' height='"+height+"'><param name='movie' value="+url+"><param name='quality' value='high'><embed src="+url+" quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+width+"' height='"+height+"'></embed></object></td></tr></table></body></html>");win1.document.close();}