	<!--
	//quote popup
	function open_win(width,height,tw,tdw,scroll,fact)
	{ 
	OpenWindow=window.open("", "newwin", "width=" + (width) +",height=" + (height) +",toolbar=no,scrollbars=" + (scroll) +",status=no,location=no,menubar=no");

	width = parseFloat(width);
	height = parseFloat(height);
	OpenWindow.resizeTo(width, height + 36);
	
	OpenWindow.focus();
	
	OpenWindow.document.write("<html><head><title>pro-music</title><link rel='stylesheet' type='text/css' href='css/pro-music.css'></head>");
	OpenWindow.document.write("<body topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'><center>");
	OpenWindow.document.write("<table width='" + (tw) +"' border='0' cellspacing='0' cellpadding='0'>");
	OpenWindow.document.write("							<tr>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='10' height='10'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='10' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='" + (tdw) +"' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='10' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='10' height='1'></td>");
	OpenWindow.document.write("							</tr>");
	OpenWindow.document.write("							<tr>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td bgcolor='#000000' colspan='5'><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("							</tr>");
	OpenWindow.document.write("							<tr>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='10'></td>");
	OpenWindow.document.write("								<td bgcolor='#000000'><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td bgcolor='#000000'><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("							</tr>");
	OpenWindow.document.write("							<tr>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='10'></td>");
	OpenWindow.document.write("								<td bgcolor='#000000'><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td class='normalText' style='text-align: justify;'>" + (fact) + "</td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td bgcolor='#000000'><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("							</tr>");
	OpenWindow.document.write("							<tr>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='10'></td>");
	OpenWindow.document.write("								<td bgcolor='#000000'><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td bgcolor='#000000'><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("							</tr>");
	OpenWindow.document.write("							<tr>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td bgcolor='#000000' colspan='5'><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("								<td><img alt='' src='images/t.gif' width='1' height='1'></td>");
	OpenWindow.document.write("							</tr>");
	OpenWindow.document.write("							<tr>");
	OpenWindow.document.write("								<td colspan='7'><img alt='' src='images/t.gif' width='1' height='10'></td>");
	OpenWindow.document.write("							</tr>");
	OpenWindow.document.write("						</table>");
	OpenWindow.document.write("</center></body>");
	OpenWindow.document.write("</html>");
	OpenWindow.document.close();
	}
	//-->

	
	
