function openwin(url,title,width,height)
{
 win1 = open("", "_blank", "toolbar=0,status=0,location=0,menubar=0,directories=0,scrollbars=0,resizeable=1,width="+width+",height="+height);
 win1.document.open();
 win1.document.write("<html><head><!-- html-coding by Denis Perekhrest (c) 2004 --><title>"+title+"</title></head><body bgcolor='#ffffff' topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH="+width+" HEIGHT="+height+" id='Sounded' ALIGN=''><PARAM NAME=movie VALUE="+url+"> <PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="+url+" menu=false quality=high bgcolor=#FFFFFF  WIDTH="+width+" HEIGHT="+height+" NAME='Sounded' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></body></html>"); 
}
