// JavaScript Document





var popwindow;

function coupon_pop(url)
	
	{
		popwindow=window.open(url,'Coupon','height=450,width=680,left=150,top=200,resizable=false,scrollbars=no,toolbar=no,menubar=no,status=yes');
		
			if (window.focus) {popwindow.focus()}
			
	}


