function generon_small() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,19,0" width="256" height="230" title="Generon">');
document.write('<param name="allowScriptAccess" value="sameDomain">');
document.write('<param name="movie" value="256x192.swf">');
document.write('<param name="quality" value="high">');
document.write('<embed src="256x192.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" width="256" height="230">');
document.write('</object>');
}

function generon_large() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,19,0" width="525" height="360" title="Generon">');
document.write('<param name="allowScriptAccess" value="sameDomain">');
document.write('<param name="movie" value="525x360.swf">');
document.write('<param name="quality" value="high">');
document.write('<embed src="525x360.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" width="525" height="360">');
document.write('</object>');
}

// Open Sized window
		function NewWindow(mypage, myname, w, h, scroll) {
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
		winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=no'+scroll+',resizable=no'
		win = window.open(mypage, myname, winprops)
		if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
		}
//-->