

function pickupdelWindow() {
	var pdWindow = window.open("", "pdWindow", "width=300,height=385,screenX=400,screenY=200");

	pdWindow.document.write("<html><head><title>Pick-Up or Delivery?</title><link href='style/popWinstyle.css' rel='stylesheet' type='text/css' /></head>");
	pdWindow.document.write("<body><img alt='Tangs China House, 165 Cromwell St., Sarnia, ON, N7T 3X4' src='images/logogreensm.gif' />");
	pdWindow.document.write("<table><tr><td>PICK-UP:</td></tr>");
	pdWindow.document.write("<tr><td>SAVE 10% if your food total is over $20.00 (Except Family Dinners, Special Orders, & Combo Plates).<br/><br/></td></tr>");
	pdWindow.document.write("<tr><td>DELIVERY:</td></tr>");
	pdWindow.document.write("<tr><td>Delivery charges may apply.</td></tr>");
	pdWindow.document.write("<tr><td>Delivery is limited to within west of Modeland Rd.</td></tr>");
                pdWindow.document.write("<tr><td>CREDIT CARD Payment: If you are paying by credit card for your delivery, during the call we ask for your card number for pre-authorization. Upon arrival, we request the physical credit card you mentioned so that we can confirm your number and complete the transaction.</td></tr></table><div style='text-align: center;'><button type='button' onclick='top.close();'>Close</button></div>");
                pdWindow.document.write("</body></html>");
	pdWindow.document.close();
};

function bizhourWindow() {
	var bizWindow = window.open("", "bizWindow", "width=300,height=220,screenX=400,screenY=300");

	bizWindow.document.write("<html><head><title>Business Hours</title><link href='style/popWinstyle.css' rel='stylesheet' type='text/css' /></head>");
	bizWindow.document.write("<body><img alt='Tangs China House, 165 Cromwell St., Sarnia, ON, N7T 3X4' src='images/logogreensm.gif' />");
	bizWindow.document.write("<table><tr><td>MONDAY - THURSDAY:</td><td>11 a.m. - 11 p.m.</td></tr>");
	bizWindow.document.write("<tr><td>FRIDAY & SATURDAY:</td><td>11 a.m - 11 p.m <br/>(Take-out/delivery until Midnight)</td></tr>");
	bizWindow.document.write("<tr><td>SUNDAY:</td><td>Noon - 11 p.m.</td></tr>");
	bizWindow.document.write("<tr><td>HOLIDAY:</td><td>4 p.m. - 10 p.m.</td></tr></table><div style='text-align: center;'><button type='button' onclick='top.close();'>Close</button></div></body></html>");
	bizWindow.document.close();
};

function utensilWindow() {
	window.alert("Plastic cutlery, wooden chopsticks, foam plates & napkins are available upon request.");
};
