 var win;

function showFAQ(url,x,y) {
	 if (url == null) {
	 url = "http://www.dbrothers.com";
	}
	 if(x==null || y==null){
	 x = 350;
	 y = 300;
	 }
	 var str = "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=yes,width="+x+" ,height="+y;
	  win = window.open(url, "win",str);
	  z = parseFloat(navigator.appVersion);
	  if (navigator.appName.substring(0.8) == "Netscape" || z > 4){
		 this.win.focus();
		 }
}
self.name = "main";

function print_history()
{
	window.print();
}

function ServicePrint() 
{
	window.open('manage_service_print.cfml','popupPrintWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=520,height=500,screenX=100,screenY=100,top=100,left=100')
}

function CouponPrint() 
{
	window.open('manage_reward_print.cfml','popupPrintWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=520,height=500,screenX=100,screenY=100,top=100,left=100')
}
