function printFlash() {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="255" height="186" id="homeflash" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="images/homeflash.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="./images/homeflash.swf" quality="high" bgcolor="#ffffff" width="255" height="186" name="homeflash" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');
}
function newWin(thewidth,theheight,theloc,toolbars) {
	if(thewidth==0 && theheight==0) {
		thewidth=screen.width-100;
		theheight=screen.height-100;
	}
	var theparams="height="+theheight+",width="+thewidth+",toolbar=0,location=1,directories=0,status=1,menubar=0,scrollbars=1,resizeable=1,resizable=1";
	openwin1=open(theloc,"newWindow",theparams);
	openwin1.focus();
}
		

