
function flash_display (adwidth, adheight, adurl) 
{
	document.write ("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0' width='"+adwidth+"' height='"+adheight+"' id=ShockwaveFlash1>");
	document.write ("<param name=movie value='"+adurl+"'>");
	document.write ("<param name=quality value=high>");
//	document.write ("<param name=wmode value=transparent>");
	document.write ("</object>");
}


function coupon_win(seq)
{
	if(!seq) return false;

	var ws = 525;
	var hs = 330;
	var ts = (screen.height/2) - (hs/2);
	var ls = (screen.width/2) - (ws/2);

	var couponWindow=window.open('couponPrint.asp?seq='+seq,'couponWindow', 'width='+ws+',height='+hs+',top='+ts+',left='+ls+',resizable=0,toolbar=no');
	couponWindow.focus();
}