	<!--
	//quote popup
	function open_winD(height,fact)
	{ 
	OpenWindow=window.open("", "newwin", "width=360,height=" + (height) +",toolbar=no,scrollbars=no,status=no,location=no,menubar=no");

	height = parseFloat(height);
	OpenWindow.resizeTo(360, 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='350' 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='308' 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='boxText' style='text-align: center;'><span class='redTextBold'>Did you know?</span><br><br>&quot;" + (fact) + "&quot;</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();
	}
	//-->

	
	
