function popup(url, width, height) {
        var windowX = Math.ceil( (window.screen.width-width) / 2 );
        var windowY = Math.ceil( (window.screen.height-height) / 2 );
        window.open(url,'popup','width=' + width + ',height=' + height +',resizable=0,scrollbars=no,menubar=no,left='+windowX+',top='+windowY);
}

function showpromo() {
			document.write('<div style="position: relative; z-index: 0;" id="fla1" name="fla1">');
			document.write('		<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
			document.write('		codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"');
			document.write('		WIDTH=240 HEIGHT=240 wmode="transparent">');
			document.write('		<PARAM NAME=movie VALUE="promo.swf">');
			document.write('		<PARAM NAME=quality VALUE=high>');
			document.write('		<PARAM NAME=wmode VALUE=transparent>');
			document.write('		<EMBED src="promo.swf" quality=high bgcolor=#2D3851  WIDTH=240 HEIGHT=240 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
			document.write('		</EMBED>');
			document.write('		</OBJECT>');
			document.write('</div>');
}
