function contactUsLarosas() {
	// getURL ("mailto:kingston.fung@devstudios.com?subject=test&body=test   \ntbody");
	var msgbody = "";
	msgbody += "Thank you for taking the time to 'contact us'. We want to help you with whatever comment or question you might have. Our goal is to respond to you within 24 hours. So that we may better help you, please provide us with the following information:%0A%0A";
	msgbody += "Daytime phone number (should we need to contact you):%0A";
	msgbody += "Phone number you gave us when you placed your order:%0A";
	msgbody += "Date of your visit or purchase:%0A";
	msgbody += "Pizzeria that served you:%0A";
	msgbody += "Your online ordering username:%0A%0A";
	msgbody += "Thanks again for your feedback! We will reply to you soon.%0A%0A";
	msgbody += "-----------------------------------------------------------------------------------------------%0A%0A";
	
	window.open ("mailto:contact_us@larosas.com?subject=Online Feedback&body=" + msgbody);
	// alert (msgbody);
	
	// window.open ("mainteance.html", "newWin", "height=200, width=500");
}