function printFlash2() {
	document.write("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
	document.write("  <tr>");
	document.write("    <td height=\"143\" background=\""+baseURL+"images/common/visaul.jpg\"><img src=\""+baseURL+"images/common/flash.jpg\" width=\"760\" height=\"143\" /><img src=\""+baseURL+"images/common/spacer.gif\" width=\"264\" height=\"1\" /></td>");
	document.write("  </tr>");
	document.write("</table>");
}
function printFlash() {
	if(document.URL.toString().search('/text/')!=-1){	//text only version
		document.write("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
		document.write("  <tr>");
		document.write("    <td>");
		document.write("&nbsp;");
		/*
		document.write("    <td height=\"143\" background=\""+baseURL+"images/common/visaul.jpg\">");
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="143">');
		document.write('	<param name="movie" value="../../images/top.swf" />');
		document.write('	<param name="quality" value="high" />');
		document.write('	<embed src="../../images/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="143"></embed>');
		document.write('</object>');
		*/
		document.write('</td>');
		document.write("  </tr>");
		document.write("</table>");
	}else{	//graphic version
		document.write("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
		document.write("  <tr>");
		document.write("    <td height=\"143\" background=\""+baseURL+"images/common/visaul.jpg\">");
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="143">');
		document.write('	<param name="movie" value="../../images/top.swf" />');
		document.write('	<param name="quality" value="high" />');
		document.write('	<embed src="../../images/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="143"></embed>');
		document.write('</object></td>');
		document.write("  </tr>");
		document.write("</table>");
	}
}