/*--------------- UTILS ----------------*/

function openWin(page,name,w,h) {
//window.open(page,name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+w+',height='+h+',top=100,left=100');
windowprops = "location=no,"
+ "scrollbars=yes,menubars=no,toolbars=no,resizable=no,"
+ "onfocus=yes,";
windowprops+="height="+(h+40 < window.screen.height ? h+40 : window.screen.height-75)+",width="+(w+40 < window.screen.width ? w+40 : window.screen.width-75);
msgWindow=window.open(page, "Popup"+h+w, windowprops);
if (!msgWindow.opener) msgWindow.opener=self;
if (msgWindow.focus) msgWindow.focus();
}


/*--------------- COMMON ----------------*/

function privacy() {
openWin("http://www.hillspet.com/hillspet/utilities/legal.hjsp?FOLDER%3C%3Efolder_id=1408474395185812&bmUID=1233259020859&bmLocale=en_CA",'popup',800,500);
}

function rules() {
openWin("rules.php",'popup',750,500);
}

function giftcert() {
openWin("giftcert.php",'popup',750,500);
}
