var is_chrome = /chrome/.test( navigator.userAgent.toLowerCase() );


/*function ifsafarienter(object){
	if ($.browser.safari) {
		$(object).animate({ opacity:1}, 200);}
	else {$(object).css({ opacity:1});}
}
function ifsafarileave(object){
	if ($.browser.safari) {
		$(object).delay(100).animate({ opacity:0.5}, 200);}
	else{$(object).css({ opacity:0.5});}
}*/
function ifsafarienter(object){
	if (is_chrome) {
		$(object).animate({ opacity:1}, 200);}
	else {$(object).animate({ opacity:1}, 0);}
}
function ifsafarileave(object){
	if (is_chrome) {
		$(object).delay(100).animate({ opacity:0.5}, 200);}
	
}
function menter(obj){
	$(obj).mouseenter(function() {
		$(obj).stop();
		ifsafarienter(obj);						
	});
}
function mleave(obj){
	$(obj).mouseleave(function() {
		$(obj).stop();
		ifsafarileave(obj);						
	});
}
function winhover(win){
	menter(win);
	mleave(win);}
	
function stopall(){
	$("#window").stop();
	$("#wincontent").stop();
	$("#menua").stop();
	$("#menuacontent").stop();
	$("#menubuffets").stop();
	$("#menubuffetscontent").stop();
	$("#menuapp").stop();
	$("#menuappcontent").stop();
	$("#menudinners").stop();
	$("#menudinnerscontent").stop();
	$("#menuc").stop();
	$("#menuccontent").stop();
}

function hidemenus(){
	$("#menuc").css({width:0,height:0,opacity:0,display:"none"});
	$("#menubuffets").css({width:0,height:0,opacity:0,display:"none"});
	$("#menudinners").css({width:0,height:0,opacity:0,display:"none"});
	$("#menua").css({width:0,height:0,opacity:0,display:"none"});
	$("#menuapp").css({width:0,height:0,opacity:0,display:"none"});
}
function hidemenuc(){$("#menuc").css({opacity:0,display:"none",width:0,height:0});}
function hidesubmenus(){
	$("#menuc").css({width:0,height:0,opacity:0,display:"none"});
	$("#menubuffets").css({width:0,height:0,opacity:0,display:"none"});
	$("#menudinners").css({width:0,height:0,opacity:0,display:"none"});
	$("#menuapp").css({width:0,height:0,opacity:0,display:"none"});
					  }
function hidewindow(){
	$("#wincontent").css({opacity:0, display:"none"});
	$("#window").css({opacity:0,display:"none",width:0,height:0});
}

function thirdmenu(){
	$("#menuccontent").css({opacity:0, display:"none"});
	$("#menuc").css({opacity:0.5,display:"block",left:450});			
	$("#menuccontent").css({opacity:0, display:"none"});}

function showmenuc(){
	if(is_chrome){$("#menuccontent").delay(400).css({top:'0',display:"block"});
	$("#menuc").animate({ width:465, height:345}, 400);}
	else{$("#menuccontent").css({top:'0',display:"block",opacity:1});
	$("#menuc").css({ width:465, height:345,opacity:1});}
	}

function windowanimate(btn){
	if(is_chrome){
	$("#window").css({opacity:0.5,display:"block"});}
	else{$("#window").css({opacity:1,display:"block"});}
	
	$("#wincontent").css({opacity:0, display:"none"});
	if (btn == "#home_b"){
		
		$("#wincontent").html("<h2>Just Taste It Catering</h2><br/><p>San Diego Catering “outside the box”. Food that soothes the soul.</p>");
		if(is_chrome){$("#window").animate({ width:485, height:95, right:20}, 400);}
		else{$("#window").css({ width:485, height:95, right:20});}}
	else if (btn == "#about_b"){
		$("#wincontent").html("<p>Owner, Chef Rachael Musico took her zeal for enhancing simple flavors, her passion for sharing tasty bites, established a talented culinary team, and Just Taste It Catering was born. She founded Just Taste It Catering with bold flavors, customer service, and professionalism as the main passion in creating “food that soothes the soul”. Chef Rachael offers a rare personalized service by handling all aspects of your event from menu development to event execution. Her dedication to her culinary craft stems from the rustic flavors she grew up with, and the creative journey that can be taken with the simplest meal. Don’t ask her “what’s in this?”.....Just Taste It!</p><br/><p>Just Taste It Catering is a full service catering company that creates personalized menus featuring the freshest trend ingredients, and the old favorites. Our commitment to our client is absolute. We provide a professional, seasoned catering staff and menus to reflect your personal taste and style. Let Just Taste It Catering take your event on a mouth watering adventure for you and your guests!</p>");
		if(is_chrome){$("#window").animate({ width:600, height:355, right:20}, 400);}
		else{$("#window").css({ width:600, height:355, right:20});}}
	else if (btn == "#services_b"){
		$("#wincontent").html("<p>Here at Just Taste It, we offer the following services:</p><br/><ul><li>Weddings</li><li>Corporate Luncheons</li><li>Cocktail Parties</li><li>Birthdays</li><li>Reunions</li><li>Fundraisers</li><li>All Inclusive Events</li><li>Event Sites</li><li>Custom Menu Design</li><li>Private Chef</li></ul>");
		if(is_chrome){$("#window").animate({ width:200, height:350, right:20}, 400);}
		else{$("#window").css({ width:200, height:350, right:20});}}
	else if (btn == "#quote_b"){
		$("#wincontent").html("<FORM METHOD='POST' ACTION='http://www.justtasteitcatering.com/cgi-bin/cgiemail/quote.txt'><h2>request a quote</h2><p>Your name:<INPUT NAME='yourname'></p><p>E-mail address:<INPUT NAME='email'><br></p><p>Phone number:<INPUT NAME='number'></p><p>Number of quests:<INPUT NAME='headcount'></p><p>Date of event:<INPUT  NAME='date'></p><p>How did you hear about us?:<INPUT NAME='heard'><br><p>A brief description of the event:<BR><TEXTAREA NAME='notes' ROWS=3 COLS=45></TEXTAREA></p><br><INPUT TYPE='submit' value='Submit Request'><INPUT TYPE='hidden' NAME='addendum' VALUE='http://www.justtasteitcatering.com/thankyou.html'></FORM>");
		if(is_chrome){$("#window").animate({ width:380, height:350, right:20}, 400);}
		else{$("#window").css({ width:380, height:350, right:20});}
	}
	
	$("#wincontent").delay(400).css({display:"block"});	
	
	/*if ($.browser.msie) {$("#wincontent").css({ opacity:1});}
	else{$("#wincontent").animate({ opacity:1}, 1800);}*/
	if (is_chrome){$("#wincontent").animate({ opacity:1}, 1800);}
	else {$("#wincontent").css({ opacity:1});}
}



/*function ifie(obj){
	if ($.browser.msie) {$(obj).css({ opacity:1});}
	else{$(obj).animate({ opacity:1}, 1800);}
}*/

function ifie(obj){
	if (is_chrome){$(obj).animate({ opacity:1}, 1800);}
	else {$(obj).css({ opacity:1});}
}

function getTop() {
	// get the top of the content
	var top = $('#menuccontent').css('top');
	return trimPx(top);
}

function getHeight(id) {
	// get the height, including padding
	var height = $(id).height();
	var paddingTop = trimPx($(id).css("padding-top"));
	var paddingBottom = trimPx($(id).css("padding-bottom"));

	return height + paddingTop + paddingBottom;
}

function trimPx(value) {
	// remove "px" from values
	var pos = value.indexOf("px");
	if (pos != 0)
		return parseInt(value.substring(0, pos));
	else
		return 0;
}

var container;
var content;
var hidden;	// # of pixels hidden by the container

function setScrollerDimensions() {
	container = getHeight("#menuc2");
	content = getHeight("#menuccontent");
	hidden = content - container;
}

function resetScroller() {
	setScrollerDimensions();
	$('#menuccontent').css('top', 0);
}

	
$(document).ready(function() {
   if(is_chrome){
	$("#window").css({opacity:0.5,display:"block"});}
	winhover("#window");
	winhover("#menua");
	winhover("#menubuffets");
	winhover("#menudinners");
	winhover("#menuapp");
	winhover("#menuc");

		//-----------home
		$("#home_b").click(function() {
			stopall();
			hidemenus();
			windowanimate("#home_b");
		  });
			
			//-----------about
		  $("#about_b").click(function() {
			stopall();
			hidemenus();
			windowanimate("#about_b")
		  });
		  
		    //-----------services
		  $("#services_b").click(function() {
			stopall();
			hidemenus();
			windowanimate("#services_b")
		  });
		 
		  //-----------quote
	  	$("#quote_b").click(function() {
			stopall();
			hidemenus();
			windowanimate("#quote_b")
		  });
		  
			//-------------------------------------------------menu
		  $("#menus_b").click(function() {
			stopall();
			hidewindow();
			hidesubmenus();
			
			
			if (is_chrome){$("#menua").css({opacity:0.5,display:"block"});}
			else{$("#menua").css({opacity:1,display:"block"});}
			
			$("#menuacontent").css({opacity:0, display:"none"});
			
			if (is_chrome){$("#menua").animate({ width:165, height:345}, 400);}
			else{$("#menua").css({ width:165, height:345});}
			$("#menuacontent").delay(400).css({display:"block"});			
			ifie("#menuacontent");
		  });
		  
		  		  //-----------breakfast
		  $("#breakfast_b").click(function() {
			stopall();
			hidesubmenus();
			$("#menuccontent").css({opacity:0, display:"none"});
			if (is_chrome){$("#menuc").css({opacity:0.5,display:"block",left:235});}
			else{$("#menuc").css({opacity:1,display:"block",left:235});}	
						
			$("#menuccontent").css({opacity:0, display:"none"});
			$("#menuccontent").html("<h2>Breakfast Brunch Buffet</h2><br/><p>Fresh Assorted Fruit Display</p><p>Caesar Salad with Shaved Parmesan Cheese & Herb Croutons</p><p>Vegetarian Pasta Salad</p><p>Fresh Carved Roasted Turkey Breast</p><p>Gourmet Breakfast Pizza w/ Bacon, Scrambled Eggs, Cheddar Cheese, White Sauce & Chives</p><p>Soft Scrambled Eggs w/ Fresh Tomatoes</p><p>Crispy Cured maple Bacon</p><p>Juicy Sausage Links</p><p>Mini Vanilla Pancakes with Warm Syrup & Berries</p><p>Pastry Bread Pudding w/ Warm Whiskey Sauce</p><p>Assorted Muffins</p><p>Fresh Squeezed Orange Juice</p><p>Fresh Bloody Marys</p><p>Coffee Station</p><br />");
			showmenuc();		
			ifie("#menuccontent");
		  });
		  
		  	//------------------------------------seated dinners
		  $("#dinners_b").click(function() {
			stopall();
			hidesubmenus();
			if (is_chrome){$("#menudinners").css({opacity:0.5,display:"block"});}
			else{$("#menudinners").css({opacity:1,display:"block"});}			
			$("#menudinnerscontent").css({opacity:0, display:"none"});
			if (is_chrome){$("#menudinners").animate({ width:165, height:345}, 400);}
			else{$("#menudinners").css({ width:165, height:345});}
			$("#menudinnerscontent").delay(400).css({display:"block"});			
			ifie("#menudinnerscontent");
		  });
		  
		  //-----------option 1
		  $("#din1_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>seated dinner option one</h2><br/><h3>Appetizer</h3><p>Herb Vegetable Galette with Roasted Tomatoes, Formaggio and Roasted Potatoes</p><br/><h3>Salad</h3><p>Spring Leaf Lettuce, Lola Rosa Cucumbers, Plum Tomatoes, Feta Cheese, Candied Walnuts and Rosemary Dijon Mustard Vinaigrette</p><br/><h3>Entree</h3><p>Four Once Filet Mignon with Peppercorn Sauce and Fried Scallions</p><p>Creamy Cheese Risotto with Sauteed Mushrooms</p><p>Fresh String Beans and Carrots with Herb Seasoning</p><p>Assorted Dinner Rolls with Herb Butter</p><br/>");
			showmenuc();		
			ifie("#menuccontent");
		  });
		  
		  //-----------option 2
		  $("#din2_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>seated dinner option two</h2><br/><h3>Appetizer</h3><p>Mozzarella with Roma Tomatoes, Basil with Balsamic Glaze</p><br/><h3>Salad</h3><p>Spring Mix Cherry Tomatoes, Cucumbers, Feta Cheese, Candied Walnuts with Balsamic Vinaigrette</p><br/><h3>Entree</h3><p>Grilled Chicken Breast with Pesto Basil Cream</p><p>Four Cheese Macaroni and Cheese</p><p>Saute Broccoli and Cauliflower with Lemon Pepper</p><p>Assorted Dinner Rolls with Herb Butter</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		  
		  //-----------option 3
		  $("#din3_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>seated dinner option three</h2><br/><h3>Appetizer</h3><p>Shrimp Cocktail with Spicy Cocktail Sauce</p><br/><h3>Salad</h3><p>Caesar Salad with Shaved Parmesan Cheese Herb Croutons and Creaser Dressing</p><br/><h3>Entree</h3><p>Grilled Breast with Tomato, Basil Beure Blanc</p><p>Gorgonzola Mashed Potatoes</p><p>Saute Asparagus and Carrots with Lemon Pepper</p><p>Assorted Dinner Rolls with Lemon Butter</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		  
		  //-----------option 4
		  $("#din4_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>seated dinner option four</h2><br/><h3>Appetizer</h3><p>Grilled Prawns served with Corn Polenta Cake Topped with Spicy Avocado Chutney</p><br/><h3>Seated Dinner</h3><p>Butter Lettuce & Lola Rosa with Hearts of Palm, Cherry Tomatoes, Shaved Carrots, Feta Cheese & Rosemary Dijon Vinaigrette</p><p>Pan Seared Halibut with Chardonnay & Leek Beurre Blanc</p><p>Creamy Butter Quinoa with Roasted Garlic</p><p>Sauté Asparagus Tips & Baby Carrots & Roasted Bell Pepper with Herb Butter</p><p>Rustic Herb & Savory Fresh Baked Breads with Gorgonzola Butter</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		  
			//-------------------------------------Buffets
		  $("#buffets_b").click(function() {
			stopall();
			hidesubmenus();
			if (is_chrome){$("#menubuffets").css({opacity:0.5,display:"block"});}
			else{$("#menubuffets").css({opacity:1,display:"block"});}			
			$("#menubuffetscontent").css({opacity:0, display:"none"});
			if (is_chrome){$("#menubuffets").animate({ width:165, height:345}, 400);}
			else{$("#menubuffets").css({ width:165, height:345});}
			$("#menubuffetscontent").delay(400).css({display:"block"});			
			ifie("#menubuffetscontent");
		  });
		  
		  //-----------Asian Buffets
		  $("#asian_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>asian buffet option</h2><br/><h3>Appetizer</h3><br/><p>Chicken Yakitori Skewers</p><br/><h3>Buffet</h3><br/><p>Chicken Soba Noodle Salad with Cilantro, Ginger, Garlic, Carrots and Red Bell Pepper, Carrots, Bok Choy with Sesame Soy Dressing</p><p>Lemon Grass Beef and Vegetable Stir fry</p><p>Stir fry mixed vegetables</p><p>Steamed Rice</p><br/><h3>Dessert</h3><br/><p>Fresh Mango with Sticky Rice</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		  
		  //-----------Classic Buffets
		  $("#classic_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>classic buffet option</h2><br/><h3>Vegetable Display</h3><p>With Baby Carrots, Celery, Broccoli, Cherry Tomatoes & Cilantro Ranch Dipping Sauce</p><br/><h3>Imported Cheese Display</h3><p>With Smoked Gouda, Pepper Jack, Cheddar, Jack Cheese and assorted Flatbreads & Crackers</p><br/><h3>Buffet</h3><p>Grilled Chicken Breast With Tomato, Basil Beurre Blanc</p><p>Herb Crusted Sliced New York Strip With Tarragon Horseradish</p><p>Asparagus Tips & Baby Carrots With Lemon Pepper</p><p>Baked Three Cheese Macaroni & Cheese</p><p>Assorted Dinner Rolls & Herb Butter</p><br/><h3>Dessert</h3><p>Assorted Petit Fours and Cakes</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		  
		  //-----------simplicity Buffets
		  $("#simplicity_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>simplicity buffet option</h2><br/><h3>Buffet</h3><p>Classic Caesar Salad with Herb Croutons Shaved Parmesan</p><p>Fresh Seasonal Fruit Display with Chilled Mango Yogurt Sauce</p><p>Grilled Chicken Breast With Tomatoes, Basil, Sauvignon Blanc Cream</p><p>Carved Rosemary Scented New York Strip With Tarragon Horseradish Cream</p><p>Baked Penne Pasta With Roasted Garlic, Roma Tomatoes, Spinach & Formaggio</p><p>Sauté of Baby Carrots, Broccoli Florets & Snap Peas With Lemon Pepper Butter</p><p>Assorted warm Dinner Rolls with Her Butter</p><br/><h3>Dessert</h3><p>Premium Petite Fours & Mini Crème Brule</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		  
		  //-----------top shelf Buffets
		  $("#topshelf_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>top shelf buffet option</h2><br/><h3>Hor’s Douvres – Tray Passed</h3><p>Grilled Prawns served with Corn Polenta Cake Topped with Spicy Avocado Chutney</p><br/><h3>Buffet</h3><p>Butter Lettuce & Lola Rosa with Hearts of Palm, Cherry Tomatoes, Shaved Carrots, Feta Cheese & Rosemary Dijon Vinaigrette</p><p>Carved Tarragon & Herb Crusted Beef Tenderloin with Horseradish & Peppercorn Sauce</p><p>Pan Seared Halibut with Chardonnay & Leek Beurre Blanc</p><p>Creamy Butter Quinoa with Roasted Garlic</p><p>Sauté Asparagus Tips & Baby Carrots & Roasted Bell Pepper with Herb Butter</p><p>Rustic Herb & Savory Fresh Baked Breads with Gorgonzola Butter</p><br/><h3>Dessert</h3><p>Build your own Cup Cake bar with all your favorite topping’s</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		  //-----------------------------------------------------------------------------
		  	//-------------------------------------appetizers
		  $("#appetizers_b").click(function() {
			stopall();
			hidesubmenus();
			if (is_chrome){$("#menuapp").css({opacity:0.5,display:"block"});}
			else{$("#menuapp").css({opacity:1,display:"block"});}			
			$("#menuappcontent").css({opacity:0, display:"none"});
			if (is_chrome){$("#menuapp").animate({ width:165, height:345}, 400);}
			else{$("#menuapp").css({ width:165, height:345});}
			$("#menuappcontent").delay(400).css({display:"block"});			
			ifie("#menuappcontent");
		  });
		  
		  //-----------beef
		  $("#app1_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>beef</h2><br/><p>Gorgonzola Baby Bites</p><p></p><p>Herb Potato Bellini w/ Rosemary Tenderloin, Water Cress, and Horseradish Cream</p><p>Beef Empanadas w/ Roasted Spicy Salsa</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		  
		  //-----------seafood
		  $("#app2_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>seafood</h2><br/><p>Corn Polenta Cake w/ Spicy Avocado Moussiline and Gilled Shrimp</p><p>Coconut Prawns w/ Ginger Passion Fruit</p><p>Shrimp Cocktail w/ Spicy Cocktail Sauce</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		  
		  //-----------asian
		  $("#app3_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>asian</h2><br/><p>Fresh Spring Rolls w/ Sesame Ginger Sauce</p><p>Ginger Sesame Beef Skewers</p><p>Thai Coconut Chicken Skewers w/ Spicy Curry Sauce</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		  
		  //-----------vege
		  $("#app4_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>vegetarian</h2><br/><p>Carmelized Red Onion and Feta Tartlettes w/ Balsamic Glaze</p><p>Goat Cheese and Roasted Bell Pepper on Garlic Croustini</p><p>Baked Brie and Fruit Tartlettes</p><p>Tomato Basil Bruscetta on Garlic Croustini</p><p>Fresh Mozzarella w/ Fresh Basil, Roma Tomato, and Balsamic Glaze</p><p>Baked Open Face Ratatouille Pita w/ Feta and Balsamic Glaze</p><p>Cilantro Pesto w/ Fresh Bread Sticks</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		  //-----------classics
		  $("#app5_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>the classics</h2><br/><p>Fresh Cut Crudite w/ Cilantro Ranch Dip</p><p>Imported Cheese Display w/ Flatbreads and Crackers</p><p>Seasonal Fresh Fruit Display</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		  //-----------mede
		  $("#app6_b").click(function() {
			stopall();
			thirdmenu();
			$("#menuccontent").html("<h2>mediterranean</h2><br/><p>Cilantro Jalepeno Hummus w/ Crunchy Pita Chips</p><p>Roasted Red Pepper Hummus w/ Fresh Cut Vegetables</p><p>Kalamata Olive Tapenade w/ warm Herbed Flat Bread</p><br/>");
			showmenuc();			
			ifie("#menuccontent");
		  });
		 
		  
		  //-----------desserts
		  $("#dessert_b").click(function() {
			stopall();
			hidesubmenus();
			$("#menuccontent").css({opacity:0, display:"none"});
			if (is_chrome){$("#menuc").css({opacity:0.5,display:"block",left:235});}
			else{$("#menuc").css({opacity:1,display:"block",left:235});}	
						
			$("#menuccontent").css({opacity:0, display:"none"});
			$("#menuccontent").html("<h2>dessert menu</h2><br/><p>Molten Chocolate Cake with fresh whip Cream and Berries</p><p>Sweet Pink Pepper Corn Ice Cream</p><p>Fresh Lemon Zest Tart</p><p>Vanilla Bean Crème Brule</p><p>Almond Bread Pudding with Toffee Carmel Sauce</p><p>Chocolate Crown Pound Cake with Chocolate Glaze</p><p>Lemon Lime Basil Sorbet</p><p>Banana Pudding Trifle</p><p>Sweet Potato Pie</p><p>Butter Pound Cake with Fresh Strawberries</p><p>Cinnamon Golden Raisin Coffee Cake</p><p>Assorted Cookie Displays</p><p>And much more...</p><br/>");
			showmenuc();		
			ifie("#menuccontent");
		  });
		  
		  //-----------custom
		  $("#custom_b").click(function() {
			stopall();
			hidesubmenus();
			$("#menuccontent").css({opacity:0, display:"none"});
			if (is_chrome){$("#menuc").css({opacity:0.5,display:"block",left:235});}
			else{$("#menuc").css({opacity:1,display:"block",left:235});}	
						
			$("#menuccontent").css({opacity:0, display:"none"});
			$("#menuccontent").html("<h2>customize a menu</h2><br/><p>We offer the ability to customize a menu to perfectly compliment a given atmosphere.</p><br/><p>Don't hesitate to inquire about a menu customization!</p><br/><p>Request a quote now!</p><br />");
			showmenuc();		
			ifie("#menuccontent");
		  });

		
	
	  
	  
	  });
