var sub=0;
function sub_Window(text1,text2,text3) 
{ //v2.0
sub=window.open("","vvvv","HEIGHT=250,WIDTH=250");
sub.document.write("<title>"+text1+"</title>");
sub.document.write("<center>");
sub.document.write("<body style='margin:0;padding:0;background: #eee url(http://andrehenry.net/images/sound_back.jpg) no-repeat left top' >");
sub.document.write("<div style='position: absolute; top: 220px; left: 15px;'>");
sub.document.write("<EMBED SRC="+text3+" autostart='true' repeat='false' width='200' height='10' loop='1' controller='true'>" );
sub.document.write('<BR><span style="color :#fff;">'+text1+'</span><BR>');
sub.document.write("</div>");
sub.document.write("<div style='position: absolute; top: 190px; left: 155px;'>");
sub.document.write("<form name='form1' method='post' action=''>");
sub.document.write( "<input name='button1' type='button' value='close' onClick='window.close()' >");
sub.document.write('</form>');
sub.document.write("</div>");
sub.document.write("</center>");
}