/* Montgomery Inn - site scripts */

	function b(el,img) {
		el.src = 'img/navigation/btn_' + img + '.gif';
	}

	function copyright() {
		copyright=new Date();
		if(document.all) {
			update=copyright.getYear();
		} else {
			update=copyright.getFullYear();
		}
		document.write("&copy; " + update + " Montgomery Inn.<br/>This site is protected by copyright and trademark laws under U.S. and international law.  All rights reserved.");
	}
	
	function openWindow(p,w,h,f) {
		var win = window.open(p,"MI");
		if(!win) { return alert("A popup blocker may be preventing you from opening this page. If you have a popup blocker,try disabling it to open the page."); } else { win.focus(); }
	}
	
	/*
	function viewCart() {
			document.viewcart.submit();
	}
	*/
	
	function viewCart() {
		location.href = "https://ssl.montgomeryinnribs.com/mailorder/miWebOrders.nsf/montgomery.html?Open&sf=cart";
	}

	document.btns = new Array();
	document.btns[0] = new Image;
	document.btns[0].src = "img/navigation/btn_about_on.gif";
	document.btns[1] = new Image;
	document.btns[1].src = "img/navigation/btn_contact_on.gif";
	document.btns[2] = new Image;
	document.btns[2].src = "img/navigation/btn_home_on.gif";
	document.btns[3] = new Image;
	document.btns[3].src = "img/navigation/btn_banquet_on.gif";
	document.btns[4] = new Image;
	document.btns[4].src = "img/navigation/btn_ordering_on.gif";
	document.btns[5] = new Image;
	document.btns[5].src = "img/navigation/btn_catering_on.gif";
	document.btns[6] = new Image;
	document.btns[6].src = "img/navigation/btn_restaurants_on.gif";
	document.btns[7] = new Image;
	document.btns[7].src = "img/navigation/btn_recipes_on.gif";
	
	
	function EmailSignUp() {
		window.location.href = 'https://ssl.montgomeryinnribs.com/mailorder/miWebOrders.nsf/montgomery.html?Open&amp;sf=optin';
	}
