// JavaScript Document
var curPage;
	var intervalID;
	var img = new Array();
function setImage(openImage)
{
	if(openImage =='home')
	{
		img[0]=new Image();
	img[0].src= "images/amuthaexports_home_09.jpg";
	img[1]=new Image();
	img[1].src= "images/canned_back.jpg";
	img[2]=new Image();
	img[2].src= "images/canned_over.jpg";
	img[3]=new Image();
	img[3].src= "images/organic_back.jpg";
	img[4]=new Image();
	img[4].src= "images/organic_over.jpg";
	img[5]=new Image();
	img[5].src= "images/fresh_back.jpg";
	img[6]=new Image();
	img[6].src= "images/fresh_over.jpg";
	img[7]=new Image();
	img[7].src= "images/home_back.jpg";
	img[8]=new Image();
	img[8].src= "images/home_over.jpg";
	img[9]=new Image();
	img[9].src= "images/import_back.jpg";
	img[10]=new Image();
	img[10].src= "images/product_back.jpg";
	img[11]=new Image();
	img[11].src= "images/export_back.jpg";
	img[12]=new Image();
	img[12].src= "images/amuthaexports_home_12.jpg";
	img[13]=new Image();
	img[13].src= "images/contact_back.jpg";
	img[14]=new Image();
	img[14].src= "images/amuthaexports_home_14.jpg";
	img[15]=new Image();
	img[15].src= "images/aboutus_back.jpg";
	img[16]=new Image();
	img[16].src= "images/package_bg.jpg";
	img[57]=new Image();
	img[57].src= "images/package_header.jpg";
	
	}
	//Home ends
	else if(openImage =='aboutus')
	{
	img[17]=new Image();
	img[17].src= "images/aboutus_header.jpg";
	img[18]=new Image();
	img[18].src= "images/aboutus_over.jpg";
	img[19]=new Image();
	img[19].src= "images/amuthaexports_aboutus_08.jpg";
	img[20]=new Image();
	img[20].src= "images/contact_over.jpg";
	img[21]=new Image();
	img[21].src= "images/export_over.jpg";
	img[22]=new Image();
	img[22].src= "images/import_over.jpg";
	img[23]=new Image();
	img[23].src= "images/product_over.jpg";
	img[24]=new Image();
	img[24].src= "images/home_over.jpg";
	}
	//aboutus ends
	else if(openImage =='import')
	{
	img[25]=new Image();
	img[25].src= "images/import_header.jpg";
	img[26]=new Image();
	img[26].src= "images/coming_soon_08.jpg";
	}
	//import Ends
	else if(openImage =='export')
	{
	img[27]=new Image();
	img[27].src= "images/amuthaexports_exports_08.jpg";
	img[28]=new Image();
	img[28].src= "images/export_header.jpg";
	img[58]=new Image();
	img[58].src= "images/export_over.jpg";
	img[59]=new Image();
	img[59].src= "images/import_over.jpg";
	img[60]=new Image();
	img[60].src= "images/contact_over.jpg";
	img[61]=new Image();
	img[61].src= "images/product_over.jpg";
	img[62]=new Image();
	img[62].src= "images/export_over.jpg";
	}
	//export ends
	else if(openImage =='product')
	{
	img[29]=new Image();
	img[29].src= "images/veg_over.jpg";
	img[30]=new Image();
	img[30].src= "images/preserved_foods.jpg";
	img[31]=new Image();
	img[31].src= "images/fruits.jpg";
	img[32]=new Image();
	img[32].src= "images/vegetables(1).jpg";
	img[33]=new Image();
	img[33].src= "images/amuthaexports_vegetable_02_08.jpg";
	img[34]=new Image();
	img[34].src= "images/product_back.jpg";
	img[35]=new Image();
	img[35].src= "images/product_header.jpg";
	img[36]=new Image();
	img[36].src= "images/product_over.jpg";
	img[37]=new Image();
	img[37].src= "images/amuthaexports_products_bg_08.jpg";
	img[38]=new Image();
	img[38].src= "images/fruits(2).jpg";
	img[39]=new Image();
	img[39].src= "images/organic_processed(6).jpg";
	img[40]=new Image();
	img[40].src= "images/organic_veg(5).jpg";
	img[41]=new Image();
	img[41].src= "images/other_products(8).jpg";
	img[42]=new Image();
	img[42].src= "images/processed_foods(3).jpg";
	img[43]=new Image();
	img[43].src= "images/ready_toserve(7).jpg";
	img[44]=new Image();
	img[44].src= "images/spices(4).jpg";
	img[45]=new Image();
	img[45].src= "images/amuthaexports_vegetables1_08_2.jpg";
	img[46]=new Image();
	img[46].src= "images/amuthaexports_fruits_01_08.jpg";
	img[47]=new Image();
	img[47].src= "images/amuthaexports_fruits_02_08.jpg";
	img[48]=new Image();
	img[48].src= "images/spices.jpg";
	img[49]=new Image();
	img[49].src= "images/organic_fruits.jpg";
	img[50]=new Image();
	img[50].src= "images/processed_foods.jpg";
	img[51]=new Image();
	img[51].src= "images/other_products.jpg";
	img[52]=new Image();
	img[52].src= "images/readytoserve.jpg";
	}
	// Product Ends
	
	else if(openImage =='export')
	{
	img[53]=new Image();
	img[53].src= "images/amuthaexports_contactus_08.jpg";
	img[54]=new Image();
	img[54].src= "images/contact_header.jpg";
	img[55]=new Image();
	img[55].src= "images/submit.jpg";
	img[56]=new Image();
	img[56].src= "images/reset.jpg";
	}
	//contact over
}

function setPage()
{
	var cltWidth=document.body.clientWidth;
	cltWidth=((cltWidth-990)/2);
	document.getElementById("maincontainer").style.marginLeft=cltWidth + "px";
}
function setImg(obj)
{

	if (curPage != obj)
	{
		
	document.getElementById(obj).style.cursor = "Pointer";
	document.getElementById(obj).style.backgroundImage = "url('images/" + obj + "_over.jpg')";
	}

		
	
	
	
}
function resetImg(obj)
{
	if (curPage != obj)
	document.getElementById(obj).style.backgroundImage = "url('images/" + obj + "_back.jpg')";	
}
function openPage(innerpage)
{
	if(innerpage == 'home')
	{
		setImg('home');
		
curPage = innerpage;

resetImg('aboutus');
resetImg('import');
resetImg('export');
resetImg('product');
resetImg('contact');

	}
	else if(innerpage == 'aboutus')
	{
curPage = innerpage;
resetImg('home');
resetImg('import');
resetImg('export');
resetImg('product');
resetImg('contact');
	}
	else if(innerpage == 'import')
	{
curPage = innerpage;
resetImg('home');
resetImg('aboutus');
resetImg('export');
resetImg('product');
resetImg('contact');
	}
	else if(innerpage == 'export')
	{
curPage = innerpage;
resetImg('home');
resetImg('aboutus');
resetImg('import');
resetImg('product');
resetImg('contact');
	}
	else if(innerpage == 'product')
	{
curPage = innerpage;
resetImg('home');
resetImg('aboutus');
resetImg('export');
resetImg('import');
resetImg('contact');
	}
	else if(innerpage == 'contact')
	{
curPage = innerpage;
resetImg('home');
resetImg('aboutus');
resetImg('export');
resetImg('product');
resetImg('import');
	}

	window.clearInterval(intervalID);
	if (innerpage == 'package')
	{
	document.getElementById("pack").style.display = "block";
	document.getElementById("innercontainer").style.display = "none";
	document.getElementById('header2').style.display = "block";
		document.getElementById('header1').style.display = "none";
	}
	else
	 {
	document.getElementById("pack").style.display = "none";
	document.getElementById("innercontainer").style.display = "block";
		
	if(innerpage == 'home')
	{
		document.getElementById('header1').style.display = "block";
		
		document.getElementById('header').style.display = "none";
		document.getElementById("innercontainer").innerHTML = eval(innerpage + "_content");
	
	}
	/*else if(innerpage == 'package')
	{
		document.getElementById('index').style.display = "none";
		document.getElementById('pack').style.display = "block";
		document.getElementById('header2').style.display = "block";
		document.getElementById('header1').style.display = "none";
		//document.getElementById("innercontainer").innerHTML = eval(innerpage + "_content");
		
	}*/
	else
	{
		
	document.getElementById(innerpage).src = "('images/" + innerpage + "_text.jpg')";	
	document.getElementById("innercontainer").innerHTML = eval(innerpage + "_content");
	//alert (document.getElementById("innercontainer").innerHTML);
	document.getElementById('header1').style.display = "none";
	document.getElementById('header').style.display = "block";
		document.getElementById('header').style.backgroundImage = "url('images/" + innerpage + "_header.jpg')";	

		}
	 }
	 
document.getElementById("home_text").style.color = "#000000";
	document.getElementById("home_text").style.textDecoration = "none";
	
	document.getElementById("aboutus_text").style.color = "#000000";
	document.getElementById("aboutus_text").style.textDecoration = "none";
	
	document.getElementById("import_text").style.color = "#000000";
	document.getElementById("import_text").style.textDecoration = "none";
	
	document.getElementById("export_text").style.color = "#000000";
	document.getElementById("export_text").style.textDecoration = "none";
	
	document.getElementById("product_text").style.color = "#000000";
	document.getElementById("product_text").style.textDecoration = "none";
	
	document.getElementById("contact_text").style.color = "#000000";
	document.getElementById("contact_text").style.textDecoration = "none";

	
	
	if (innerpage == "home")

	intervalID = window.setInterval("moveText()", 1);
	
	if (innerpage == "package")
	innerpage = "home";
	
	document.getElementById(innerpage + "_text").style.color = "#2e5a07";
	document.getElementById(innerpage + "_text").style.textDecoration = "underline";	
}

function setText(obj)
{

		
document.getElementById(obj + "_text").className = "hover";
document.getElementById(obj + "_text").style.cursor = "Pointer";

}
function resetText(obj)
{
document.getElementById(obj + "_text").className = "noeffect";
}


function showTip(objsrc, obj)
 {
	
	var x = 0;
var y = 0;

theElem = document.getElementById(objsrc);
while(theElem){
    x += theElem.offsetLeft;
    y += theElem.offsetTop;
    theElem = theElem.offsetParent;
  } 
 
	 document.getElementById(objsrc).style.cursor = "Pointer";
	 
	document.getElementById(obj).style.visibility ="visible";
	
document.getElementById(obj).style.left = (x+10) + "px";
document.getElementById(obj).style.top = (y+80) + "px";
	
 }
 
 
 function hideTip(obj)
 {
	
	document.getElementById(obj).style.visibility ="hidden";
	//document.getElementById('fruit').style.visibility ="hidden";
	
 }


//var page= product;
function openHtml(pagecontent)
{
//		openPage('product');		

	document.getElementById("innercontainer").innerHTML = eval(pagecontent + "_content");
	//if(pagecontent != product)
	//{
		//pagecontent = product;
		//document.getElementById('header').style.backgroundImage = "url('images/" + pagecontent + "_header.jpg')";	
	//}
}



function resetForm()
{
document.contact.name.value="";
document.contact.email.value = "";	
document.contact.message.value = "";	
}

function submitForm()
{
	
		if ((document.contact.name.value=="")||(document.contact.email.value=="") ||(document.contact.message.value==""))
		
		{
			
			alert("Please fill all fields.");
		}	
		else
		{
		var emailID=document.contact.email.value;
	
		if (echeck(emailID)==false)
		{
			
			document.contact.email.focus();
			
		}
		else
		{
			document.contact.submit();	
			
		}
		}
}

function echeck(str) {

		var at="@"
		var dot="."
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		
		if (str.indexOf(at)==-1){
		   alert("Invalid E-mail ID")
		   return false
		}

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		   alert("Invalid E-mail ID")
		   return false
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		    alert("Invalid E-mail ID")
		    return false
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		    alert("Invalid E-mail ID")
		    return false
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		    alert("Invalid E-mail ID")
		    return false
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    alert("Invalid E-mail ID")
		    return false
		 }
		
		 if (str.indexOf(" ")!=-1){
		    alert("Invalid E-mail ID")
		    return false
		 }

 		 return true					
	}	
	
	
	
		function loadwindow()
{

	var query=String(window.location);
	
	var popup=query.split("=");
	
	if(popup[1] == "contact")
	{
		openPage('contact');
		
	}
	//else{
		///openPage('home');
	//}
}

function openPop(pageurl)
{
	var a;
	var pageindex;
	a=window.open(pageurl +'.html','','left=30,top=30,width=550,height=450,margin=0,status=1');
	}




var scrollPos = 0;



var scrollt = "<div onmouseover=\"this.style.color='#128908';this.style.textDecoration='underline';\" onmouseout=\"this.style.color='#000000'; this.style.textDecoration='none';\"onclick=\"openHtml('veg');\">Vegetables</div><div onmouseover=\"this.style.color='#128908';this.style.textDecoration='underline';\" onmouseout=\"this.style.color='#000000'; this.style.textDecoration='none';\" onclick=\"openHtml('fruit');\">Fruits</div><div onmouseover=\"this.style.color='#128908';this.style.textDecoration='underline';\"  onmouseout=\"this.style.color='#000000'; this.style.textDecoration='none';\">Processed Foods ( Rice, Grains ) </div>    	<div onmouseover=\"this.style.color='#128908';this.style.textDecoration='underline';\"  onmouseout=\"this.style.color='#000000'; this.style.textDecoration='none';\">Spices and Spice Powders</div><div onmouseover=\"this.style.color='#128908';this.style.textDecoration='underline';\"  onmouseout=\"this.style.color='#000000'; this.style.textDecoration='none';\">Organic Vegetables and Fruits</div><div onmouseover=\"this.style.color='#128908';this.style.textDecoration='underline';\"  onmouseout=\"this.style.color='#000000'; this.style.textDecoration='none';\">Organic Processed Foods</div><div onmouseover=\"this.style.color='#128908';this.style.textDecoration='underline';\"  onmouseout=\"this.style.color='#000000'; this.style.textDecoration='none';\">Ready to serve Foods</div><div onmouseover=\"this.style.color='#128908';this.style.textDecoration='underline';\"  onmouseout=\"this.style.color='#000000'; this.style.textDecoration='none';\">Other Products</div>   <div style=\"width:258px; height:5px;\"></div>";


function moveText()
{
scrollPos = scrollPos + 0.5;
if ((scrollPos%94) == 0)
{
document.getElementById("scrollt").innerHTML = document.getElementById("scrollt").innerHTML + scrollt;
}
document.getElementById("scrollt").scrollTop = scrollPos;
}

function clearIntervalID()
{
window.clearInterval(intervalID);
}

function setIntervalID()
{
	
intervalID = window.setInterval("moveText()",1);
}



var home_content="<div class=\"tddiv\" style=\"width:306px; height:368px;\"><div id=\"canned\" style=\"width:306px; height:142px; background-image:url('images/canned_back.jpg');background-color:#f3f3db;\" onmouseover=  \"setImg('canned');\"onmouseout=\"resetImg('canned')\" onclick=\"openPage('product');\"></div><div id=\"organic\" style=\"width:306px; height:89px; background-image:url('images/organic_back.jpg');background-color:#f3f3db;\" onmouseover=\"setImg('organic');\" onmouseout=\"resetImg('organic')\" onclick=\"openPage('product');\"></div><div id=\"fresh\" style=\"width:306px; height:94px; background-image:url('images/fresh_back.jpg');background-color:#f3f3db;\" onmouseover=\"setImg('fresh');\" onmouseout=\"resetImg('fresh');\" onclick=\"openPage('product');\"></div><div id=\"package\" style=\"width:306px; height:43px; background-image:url('images/amuthaexports_home_14.jpg');background-color:#f3f3db;\" onmouseover=\"this.style.cursor='pointer';\" onclick=\"openPage('package');\" ></div> </div><div class=\"tddiv\" style=\"width:420px; height:365px; background-image:url('images/amuthaexports_home_09.jpg'); background-repeat:repeat-x;\"><div style=\"width:420px; height:80px;\"></div><div class=\"tddiv\" style=\"width:10px; height:280px;\"></div><div class=\"tddiv\" style=\"width:400px; height:120px;\"><div class=\"content\" style=\"width:400px; height:120px;\">Our Company was started in the year of 2001 and its main activities are import and export of food products.  We mainly export all kinds of Indian Vegetables and Fruits. From 2001 to 2005, We procure vegetables and fruits from the Farmers and Whole salers. But presently we are cultivating all vegetables in our own farms situated in Tamil Nadu, the most southern part of India. We also export Processed Food Products and some Organic Products.</div></div><div class=\"tddiv\" style=\"width:400px; height:148px;\"><div style=\"width:400px; height:20px;\"><div class=\"title\" style=\"width:300px; height:20px;\">Our Mission and Vision</div></div>  <div style=\"width:400px; height:128px;\"><div class=\"content\" style=\"width:400px; height:120px;\">We mainly export farms fresh vegetables and fruits to SINGAPORE, MALAYSIA, KUWAIT and SAUDI ARABIA.  Our future plan is to export our products to Europe and Canada. We have our own farms in Tamil Nadu, the most southern part of India mostly all farms are located in villages, We provide employment for the local poor families. Presently we are taking necessary steps to convert our farms in to organic farms and planned to produce only Organic Vegetables & Fruits. </div></div></div></div><div class=\"tddiv\" style=\"width:258px; height:368px;\"><div style=\"width:258px; height:208px; background-color:#f3f3db;\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"258\" height=\"208\" title=\"flash\"><param name=\"movie\" value=\"flash.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"BGCOLOR\" value=\"#f3f3db\" /><embed src=\"flash.swf\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"258\" height=\"208\" bgcolor=\"#f3f3db\"></embed></object></div> <div style=\"width:258px; height:160px;background-image:url('images/amuthaexports_home_12.jpg');background-color:#f3f3db; background-repeat:repeat-x;\"><div class=\"tddiv\" style=\"width:245px; height:20px;\"><div style=\"width:245px; height:30px;\"><div class=\"scrolltitle\" style=\"width:220px; height:30px; padding:3px; margin-left:10px;\">EXPORT  PRODUCTS</div></div><div id=\"scrollt\"  class=\"exportlink\" style=\"width:230px; height:100px;overflow:hidden;line-height:20px; margin-left:15px;\" onmouseover=\"this.style.cursor = 'Pointer';clearIntervalID();\" onmouseout=\"setIntervalID();\"><div onclick=\"openHtml('veg');\">Vegetables</div><div onclick=\"openHtml('fruit');\">Fruits</div><div>Processed Foods ( Rice, Grains ) </div>    	<div>Spices and Spice Powders</div><div>Organic Vegetables and Fruits</div><div>Organic Processed Foods</div><div>Ready to serve Foods</div><div>Other Products</div> </div></div></div></div>";
	
	
var aboutus_content ="<div style=\"width:990px; height:368px; background-image:url('images/amuthaexports_aboutus_08.jpg');background-repeat:repeat-x;background-color:#f3f3db;\"><div class=\"tddiv\" style=\"width:305px; height:340px;\"><div style=\"width:270px; height:140px;\"></div><div style=\"width:270px; height:200px;\"><div class=\"tddiv\" style=\"width:20px; height:200px;\"></div><div class=\"tddiv\" style=\"width:240px; height:200px;\"><div style=\"width:250px; height:20px;\"><div class=\"title\" style=\"width:240px; height:20px;\">Our Exports from INDIA</div></div><div style=\"width:250px; height:130px;\"><div class=\"content\" style=\"width:250px; height:130px;\">In INDIA, we have our own branches in Chennai and Tindivanam and Bangalore. We have our own farms to produce vegetables. As we are exporting superior quality products our client list is increasing year by year. In future, we would like to export Organic Vegetables, Fruits and Ready to Eat Products. And we have employed 25 farm workers, in our farms located in Tamil Nadu, INDIA.</div></div></div></div></div><div class=\"tddiv\" style=\"width:550px;  height:340px;\"><div style=\"width:550px; height:100px;\"><div class=\"tddiv\" style=\"width:70px; height:100px;\"></div><div class=\"tddiv\" style=\"width:400px; height:100px;\"><div style=\"width:400px; height:40px;\"></div><div style=\"width:400px; height:20px;\"><div class=\"tddiv\" style=\"width:64px; height:20px;\"></div><div class=\"tddiv\" style=\"width:320px; height:20px;\"><div class=\"title\" style=\"width:350px; height:20px;\">Our Company Profile</div></div></div><div style=\"width:400px; height:30px; \"><div class=\"innertitle\" style=\"width;300px; height:30px;\">AMUTHA EXPORTS</div></div></div></div><div class=\"tddiv\" style=\"width:550px; height:200px;\"><div class=\"tddiv\" style=\"width:200px; height:200px;\"><div class=\"listcontent\" style=\"width:200px; height:200px;\"><div style=\"width:250px; height:20px;\">Business Type</div><div style=\"width:250px; height:20px;\">Export Percentage</div><div style=\"width:250px; height:20px;\">No of Staff</div><div style=\"width:250px; height:20px;\">Year of Establishment</div><div style=\"width:250px; height:20px;\">Branches</div><div style=\"width:250px; height:20px;\">Export Markets</div><div style=\"width:250px; height:20px;\">Production Type </div><div style=\"width:250px; height:20px;\">Monthly Production Capacity</div><div style=\"width:250px; height:20px;\">Product Range</div></div></div><div class=\"tddiv\" style=\"width:265px; height:200px;\"><div class=\"content\" style=\"width:250px; height:200px;\"><div style=\"width:250px; height:20px;\">Farming, Exporting</div><div style=\"width:250px; height:20px;\">Export  and Domestic  Market </div><div style=\"width:250px; height:20px;\">25</div><div style=\"width:250px; height:20px;\">1990</div><div style=\"width:250px; height:20px;\">INDIA, SINGAPORE</div><div style=\"width:270px; height:20px;\">Singapore, Malaysia, Kuwait and Saudi Arabia </div><div style=\"width:250px; height:20px;\">Wholly Owned</div><div style=\"width:250px; height:20px;\">As per demand</div><div style=\"width:250px; height:20px;\">Farm fresh vegetables & fruits and other processed food products </div></div></div></div></div></div>";

var import_content = " <div style=\"width:990px; height:368px;background-image:url('images/coming_soon_08.jpg');background-color:#f3f3db;\"></div></div>";

var export_content = "<div style=\"width:990px; height:368px;background-image:url('images/amuthaexports_exports_08.jpg');background-repeat:repeat-x;background-color:#f3f3db;\"><div class=\"tddiv\" style=\"width:260px; height:300px;\"></div><div class=\"tddiv\" style=\"width:500px; height:300px;\"><div style=\"width:500px; height:80px;\"></div><div style=\"width:500px; height:25px;\"><div class=\"title\" style=\"width:300px; height:20px;\">Countries we EXPORT</div></div><div style=\"width:500px; height:40px;\"><div class=\"content\" style=\"width:480px; height:30px;\">We mainly export farms fresh vegetables and fruits to SINGAPORE, MALAYSIA, KUWAIT and SAUDI ARABIA.   Our future plan is to export our products to Europe and Canada.</div></div><div style=\"width:500px; height:25px;\"><div class=\"title\" style=\"width:300px; height:20px;\">Our Farms</div></div><div style=\"width:500px; height:40px;\"><div class=\"content\" style=\"width:480px; height:30px;\">We have our  own farms in  Tamil Nadu, the most southern part of India  mostly all farms are  located in villages, we provide employment  for the local  poor  families.</div></div><div style=\"width:500px; height:25px;\"><div class=\"title\" style=\"width:300px; height:20px;\">Our Vision for Organic Farms</div></div><div style=\"width:500px; height:40px;\"><div class=\"content\" style=\"width:480px; height:30px;\">Presently we are  taking necessary steps  to convert our  farms in to  organic farms  and   planned to  produce  only  organic  Vegetables & Fruits.</div></div></div></div>";

var product_content = "<div id=\"productcontent\" style=\"width:990px; height:368px;background-image:url('images/amuthaexports_products_bg_08.jpg');background-repeat:repeat-x; background-color:#f3f3db;\"><div class=\"tddiv\" style=\"width:270px; height:368px;\"></div><div class=\"tddiv\" style=\"width:650px; height:368px;\"><div style=\"width:650px; height:70px;\"></div><div style=\"width:650px; height:101px;\"><div class=\"tddiv\" style=\"width:20px; height:101px;\"></div> <div id=\"vegetable\" class =\"tddiv\" style=\"width:135px; height:101px; background-image:url('images/vegetables(1).jpg');\" onMouseover=\"showTip('vegetable', 'veg');\" onmouseout=\"hideTip('veg');\" onclick=\"openHtml('veg');\"><div id=\"veg\" class=\"tddiv\" style=\"width:212px; z-index:1; height:59px;position:absolute; top:430px;visibility:hidden;\"><div class=\"tddiv\" id=\"veg\" style=\"z-index:1;width:212px; height:59px; background-image:url('images/veg_over.png');\"></div></div></div><div class=\"tddiv\" style=\"width:20px; height:101px;\"></div><div id =\"fruits\" class =\"tddiv\" style=\"width:135px; height:101px; background-image:url('images/fruits(2).jpg');\" onMouseover=\"showTip('fruits', 'fruit');\" onmouseout=\"hideTip('fruit');\" onclick=\"openHtml('fruit');\"><div id=\"fruit\" class=\"tddiv\" style=\"width:212px; z-index:1; height:59px;position:absolute; top:430px;visibility:hidden;\"><div class=\"tddiv\" id=\"fruit\" style=\"z-index:1;width:212px; height:59px; background-image:url('images/fruits.png');\"></div></div></div><div class=\"tddiv\" style=\"width:20px; height:101px;\"></div><div id=\"processed\" class =\"tddiv\" style=\"width:135px; height:101px; background-image:url('images/processed_foods(3).jpg');\" onMouseover=\"showTip('processed', 'processe');\" onmouseout=\"hideTip('processe');\" onclick=\"openHtml('processe');\"><div id=\"processe\" class=\"tddiv\" style=\"width:212px; z-index:1; height:59px;position:absolute; top:430px;visibility:hidden;\"><div class=\"tddiv\" id=\"veg\" style=\"z-index:1;width:212px; height:59px; background-image:url('images/preserved_foods.png');\"></div></div></div><div class=\"tddiv\" style=\"width:20px; height:101px;\"></div><div id=\"spices\" class =\"tddiv\" style=\"width:135px; height:101px; background-image:url('images/spices(4).jpg');\" onMouseover=\"showTip('spices', 'spicy');\" onmouseout=\"hideTip('spicy');\" onclick=\"openHtml('spices');\"><div id=\"spicy\" class=\"tddiv\" style=\"width:212px; z-index:1; height:59px;position:absolute; top:430px;visibility:hidden;\"><div class=\"tddiv\" id=\"spicy\" style=\"z-index:1;width:212px; height:59px; background-image:url('images/spices.png');\"></div></div></div></div><div style=\"width:650px; height:40px;\"></div><div style=\"width:650px; height:101px;\"><div class=\"tddiv\" style=\"width:20px; height:101px;\"></div><div id=\"organic\" class =\"tddiv\" style=\"width:135px; height:101px; background-image:url('images/organic_veg(5).jpg');\" onMouseover=\"showTip('organic', 'veges');\" onmouseout=\"hideTip('veges');\" onclick=\"openHtml('organic');\"><div id=\"veges\" class=\"tddiv\" style=\"width:212px; z-index:1; height:59px;position:absolute; top:430px;visibility:hidden;\"><div class=\"tddiv\" id=\"veges\" style=\"z-index:1;width:212px; height:59px; background-image:url('images/organic_fruits.png');\"></div></div></div><div class=\"tddiv\" style=\"width:20px; height:101px;\"></div><div id=\"organics\" class =\"tddiv\" style=\"width:135px; height:101px; background-image:url('images/organic_processed(6).jpg');\" onMouseover=\"showTip('organics', 'foods');\" onmouseout=\"hideTip('foods');\" onclick=\"openHtml('organics');\"><div id=\"foods\" class=\"tddiv\" style=\"width:212px; z-index:1; height:59px;position:absolute; top:430px;visibility:hidden;\"><div class=\"tddiv\" id=\"foods\" style=\"z-index:1;width:212px; height:59px; background-image:url('images/processed_foods.png');\"></div></div></div><div class=\"tddiv\" style=\"width:20px; height:101px;\"></div><div id=\"ready\" class =\"tddiv\" style=\"width:135px; height:101px; background-image:url('images/ready_toserve(7).jpg');\" onMouseover=\"showTip('ready', 'serve');\" onmouseout=\"hideTip('serve');\" onclick=\"openHtml('ready');\"><div id=\"serve\" class=\"tddiv\" style=\"width:212px; z-index:1; height:59px;position:absolute; top:430px;visibility:hidden;\"><div class=\"tddiv\" id=\"serve\" style=\"z-index:1;width:212px; height:59px; background-image:url('images/readytoserve.png');\"></div></div></div><div class=\"tddiv\" style=\"width:20px; height:101px;\"></div><div id=\"other\" class =\"tddiv\" style=\"width:135px; height:101px; background-image:url('images/other_products(8).jpg');\" onMouseover=\"showTip('other', 'products');\" onmouseout=\"hideTip('products');\" onclick=\"openHtml('other');\"><div id=\"products\" class=\"tddiv\" style=\"width:212px; z-index:1; height:59px;position:absolute; top:430px;visibility:hidden;\"><div class=\"tddiv\" id=\"products\" style=\"z-index:1;width:212px; height:59px; background-image:url('images/other_products.png');\"></div></div></div></div></div></div></div></div></div></div>";

var contact_content = "<div style=\"width:990px; height:368px;background-image:url('images/amuthaexports_contactus_08.jpg');background-repeat:repeat-x; background-color:#f3f3db;\"><div style = \"width: 285px; height: 368px;float:left;\"></div><div style = \"width: 280px; height: 368px; float:left;\"><div style= \"width: 280px; height:100px;\"></div><div class=\"content\" style= \"width: 280px; font-weight:bold; height:35px; text-align:left;\">BLK, L-33, Vegetable Market, Koyambedu, Chennai,Tamil Nadu, INDIA</div><div style= \"width: 280px; font-weight:bold; height:30px;\"></div><div class=\"content\" style= \"width: 280px; font-weight:bold; height:35px; text-align:left;\">New #31, llnd Main Road, Hindu Colony, Puzhuthivakkam, Chennai - 600091, INDIA</div><div style= \"width: 280px; font-weight:bold; height:60px;\"></div><div class=\"content\" style= \"width: 285px; font-weight:bold; height:35px;  letter-spacing:2;\">15, West Coast Highway<br/> #03-03 Pasir Panjang Building,<br/>Singapore - 117861<br/><a href=\"mailto:aurofarms@yahoo.com.sg\" style=\"text-Decoration:none; color:#000000;\">aurofarms@yahoo.com.sg</a></div></div></div>";

//<div style=\"width:990px; height:368px;\"><div style=\"width:950px; height:180px;\"><div class=\"tddiv\" style=\"width:230px;height:180px;\"></div><div class=\"tddiv\" style=\"width:270px;height:180px;\"><div style=\"width:270px; height:80px;\"></div><div style=\"width:240px; height:60px;\"><div class=\"contactcontent\" style=\"width:230px; height:60px;\">Order your products to us by fill up the form. And you can also post your comments and your feedback to us</div></div></div><div class=\"tddiv\" style=\"width:400px;height:180px;\"><div style=\"width:400px; height:180px;\"><div style=\"width:400px; height:30px;\"></div><div style=\"width:400px; height:120px;\"><div class=\"tddiv\" style=\"width:90px; height:120px;\"><div style=\"width:70px; height:30px;\"><div class=\"listcontent\" style=\"width:60px; height:30px; padding-top:5px;\">Name</div></div><div style=\"width:70px; height:30px;\"><div class=\"listcontent\" style=\"width:60px; height:30px; padding-top:5px;\">Email ID</div></div><div style=\"width:70px; height:30px;\"><div class=\"listcontent\" style=\"width:60px; height:30px; padding-top:5px;\">Message</div></div></div><div class=\"tddiv\" style=\"width:30px; height:120px;\"></div><div class=\"tddiv\" style=\"width:200px; height:120px;\"><form name=\"contact\" action=\"contact.php\" method=\"post\" enctype=\"multipart/form-data\"><div style=\"width:70px; height:30px;\"><input type=\"text\" name=\"name\" border=\"f3f3db 1px solid;\" /></div><div style=\"width:70px; height:30px;\"><input type=\"text\" name=\"email\" /></div><div style=\"width:70px; height:30px;\"><textarea name=\"message\" cols=\"16\"  rows=\"2\" wrap=\"soft\"></textarea></div></form></div></div><div class=\"tddiv\" style=\"width:280px; height:21px;\"><div class=\"tddiv\" style=\"width:160px; height:21px;\"></div><div class=\"tddiv\" style=\"width:110px; height:21px;\"><div class=\"tddiv\" style=\"width:53px; height:21px; background-image:url('images/submit.jpg');\" onMouseover=\"this.style.cursor='Pointer';\" onClick=\"submitForm();\"></div><div class=\"tddiv\" style=\"width:3px; height:21px;\"></div><div class=\"tddiv\" style=\"width:53px; height:21px; background-image:url('images/reset.jpg');\" onMouseover=\"this.style.cursor='Pointer';\" onClick=\"resetForm();\"></div></div></div></div></div></div><div style=\"width:950px; height:170px; \"><div class=\"tddiv\" style=\"width:220px; height:170px;\"></div><div class=\"tddiv\" style=\"width:290px; height:170px; \"><div style=\"width:270px; height:65px;\"></div><div style=\"width:260px; height:110px; \"><div style=\"width:230px; height:20px; \"><div class=\"contacttitle\" style=\"width:200px; height:20px;\">AMUTHA EXPORTS</div></div><div style=\"width:260px; height:90px;  \"><div class=\"tddiv\" style=\"width:35px; height:100px; \"></div><div class=\"tddiv\" style=\"width:200px; height:90px; \"><div class=\"addcontent\" style=\"width:200px; height:90px;\">BLK, L-33, Vegetable Market<br> Koyambedu, Chennai<br> Tamil Nadu, INDIA<br><a href=\"mailto:info@amuthaexports.com\" style=\"text-Decoration:none; color:#2e5a07; \">info@amuthaexports.com</a> </div></div></div></div></div><div class=\"tddiv\" style=\"width:180px; height:170px;\"><div style=\"width:180px; height:65px;\"></div><div style=\"width:180px; height:110px;\"><div style=\"width:180px; height:20px; \"><div class=\"contacttitle\" style=\"width:160px; height:20px; text-align:left;\">INDIA  OFFICE</div></div><div style=\"width:180px; height:90px;\"><div class=\"tddiv\" style=\"width:180px; height:90px; \"><div class=\"addcontent\" style=\"width:180px; height:90px;\">New #31, ll nd Main Road<br> Hindu Colony<br> Puzhuthivakkam<br>Chennai - 600091, INDIA<br><a href=\"mailto:info@amuthaexports.com\" style=\"text-Decoration:none; color:#2e5a07; \">info@amuthaexports.com</a> </div></div></div></div></div><div class=\"tddiv\" style=\"width:250px; height:170px;\"><div style=\"width:250px; height:65px;\"></div><div style=\"width:250px; height:110px; \"><div style=\"width:230px; height:20px;\"><div class=\"contacttitle\" style=\"width:200px; height:20px;\">AURO FARMS Pvt Ltd.</div></div><div style=\"width:260px; height:90px;\"><div class=\"tddiv\" style=\"width:25px; height:100px;\"></div><div class=\"tddiv\" style=\"width:200px; height:90px;\"><div class=\"addcontent\" style=\"width:200px; height:90px;\">15, West Coast Highway<br> # 03 - 03 Pasir Panjang Building<br> Singapore 117861 <br><a href=\"mailto:aurofarms@yahoo.com.sg\" style=\"text-Decoration:none; color:#2e5a07; \">aurofarms@yahoo.com.sg</a></div></div></div></div></div></div></div>


var veg_content = "<div style=\"width:990px; height:368px;background-image:url('images/amuthaexports_vegetables1_08_2.jpg');background-color:#f3f3db;\"><div style=\"width:990px; height:368px;\"><div style=\"width:990px; height:340px;\"></div><div style=\"width:990px; height:20px;\"><div class=\"tddiv\" style=\"width:880px; height:20px;\"></div><div class=\"tddiv\" style=\"width:40px; height:20px;\"><div class=\"probottomlink\" style=\"width:40px; height:20px;\" onmouseover=\"this.style.cursor='Pointer'; this.style.textDecoration = 'underline';\" onmouseout=\"this.style.textDecoration= 'none';\" onclick =\"openHtml('product');\">BACK</div></div><div class=\"tddiv\" style=\"width:10px; height:20px;\"></div><div class=\"tddiv\" style=\"width:40px; height:20px;\"><div class=\"probottomlink\" style=\"width:40px; height:20px;\" onmouseover=\"this.style.cursor='Pointer'; this.style.textDecoration = 'underline';\" onmouseout=\"this.style.textDecoration= 'none';\" onclick =\"openHtml('veg1');\">NEXT</div></div></div></div></div>";



var veg1_content = "<div style=\"width:990px; height:368px;background-image:url('images/amuthaexports_vegetable_02_08.jpg');background-color:#f3f3db;\"><div style=\"width:990px; height:368px;\"><div style=\"width:990px; height:340px;\"></div><div style=\"width:990px; height:20px;\"><div class=\"tddiv\" style=\"width:880px; height:20px;\"></div><div class=\"tddiv\" style=\"width:40px; height:20px;\"><div class=\"probottomlink\" style=\"width:40px; height:20px;\" onmouseover=\"this.style.cursor='Pointer'; this.style.textDecoration = 'underline';\" onmouseout=\"this.style.textDecoration= 'none';\" onclick =\"openHtml('product');\">BACK</div></div><div class=\"tddiv\" style=\"width:10px; height:20px;\"></div><div class=\"tddiv\" style=\"width:40px; height:20px;\"><div class=\"probottomlink\" style=\"width:40px; height:20px;\" onmouseover=\"this.style.cursor='Pointer'; this.style.textDecoration = 'underline';\" onmouseout=\"this.style.textDecoration= 'none';\" onclick =\"openHtml('veg');\">PREV</div></div></div></div></div>";


var fruit_content = "<div style=\"width:990px; height:368px;background-image:url('images/amuthaexports_fruits_01_08.jpg');background-color:#f3f3db;\"><div style=\"width:990px; height:368px;\"><div style=\"width:990px; height:340px;\"></div><div style=\"width:990px; height:20px;\"><div class=\"tddiv\" style=\"width:880px; height:20px;\"></div><div class=\"tddiv\" style=\"width:40px; height:20px;\"><div class=\"probottomlink\" style=\"width:40px; height:20px;\" onmouseover=\"this.style.cursor='Pointer'; this.style.textDecoration = 'underline';\" onmouseout=\"this.style.textDecoration= 'none';\" onclick =\"openHtml('product');\">BACK</div></div><div class=\"tddiv\" style=\"width:10px; height:20px;\"></div><div class=\"tddiv\" style=\"width:40px; height:20px;\"><div class=\"probottomlink\" style=\"width:40px; height:20px;\" onmouseover=\"this.style.cursor='Pointer'; this.style.textDecoration = 'underline';\" onmouseout=\"this.style.textDecoration= 'none';\" onclick =\"openHtml('fruit1');\">NEXT</div></div></div></div></div>";

var fruit1_content = "<div style=\"width:990px; height:368px;background-image:url('images/amuthaexports_fruits_02_08_08.jpg');background-color:#f3f3db;\"><div style=\"width:990px; height:368px;\"><div style=\"width:990px; height:340px;\"></div><div style=\"width:990px; height:20px;\"><div class=\"tddiv\" style=\"width:880px; height:20px;\"></div><div class=\"tddiv\" style=\"width:40px; height:20px;\"><div class=\"probottomlink\" style=\"width:40px; height:20px;\" onmouseover=\"this.style.cursor='Pointer'; this.style.textDecoration = 'underline';\" onmouseout=\"this.style.textDecoration= 'none';\" onclick =\"openHtml('product');\">BACK</div></div><div class=\"tddiv\" style=\"width:10px; height:20px;\"></div><div class=\"tddiv\" style=\"width:40px; height:20px;\"><div class=\"probottomlink\" style=\"width:40px; height:20px;\" onmouseover=\"this.style.cursor='Pointer'; this.style.textDecoration = 'underline';\" onmouseout=\"this.style.textDecoration= 'none';\" onclick =\"openHtml('fruit');\">PREV</div></div></div></div></div>";



//var ready_content = "<div style=\"width:990px; height:368px;background-image:url('images/amutha_exports_readytoserbe_bg_08.jpg');background-color:#f3f3db;\"><div class=\"tddiv\" style=\"width:230px; height:310px;\"></div><div class=\"tddiv\" style=\"width:730px; height:310px;\"><div style=\"width:730px; height:110px;\"></div><div style=\"width:730px; height:200px; \"><div class=\"tddiv\" style=\"width:150px; border:red 1px solid; height:200px;\"><div style=\"width:150px; height: 50px;\"><div class=\"readytitle\" style=\"width:140px; height:40px; padding:2px;\">Banana Flower Pickle</div></div><div style=\"width:150px; height:144px;\"><div class=\"tddiv\" style=\"width:12px; height:144px;\"></div><div class=\"tddiv\" style=\"width:125px; height:144px; background-image:url('images/ready_to_serve_01.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onclick=\"openPop('banana');\"></div></div></div><div class=\"tddiv\" style=\"width:10px; height:200px;\"></div><div class=\"tddiv\" style=\"width:150px; height:200px;\"><div style=\"width:150px; height: 50px;\"><div class=\"readytitle\" style=\"width:140px; height:40px; padding:5px;\">Amla Murrabba</div></div><div style=\"width:150px; height:144px;\"><div class=\"tddiv\" style=\"width:12px; height:144px;\"></div><div class=\"tddiv\" style=\"width:125px; height:144px; background-image:url('images/ready_to_serve_04.jpg');\"onmouseover=\"this.style.cursor='pointer';\" onclick=\"openPop('amlam');\"></div></div></div><div class=\"tddiv\" style=\"width:10px; height:200px;\"></div><div class=\"tddiv\" style=\"width:150px; height:200px;\"><div style=\"width:150px; height: 50px;\"><div class=\"readytitle\" style=\"width:140px; height:40px; padding:5px;\">Amla Candy</div></div><div style=\"width:150px; height:144px;\"><div class=\"tddiv\" style=\"width:12px; height:144px;\"></div><div class=\"tddiv\" style=\"width:125px; height:144px; background-image:url('images/ready_to_serve_03.jpg');\"onmouseover=\"this.style.cursor='pointer';\" onclick=\"openPop('amlac');\"></div></div></div><div class=\"tddiv\" style=\"width:10px; height:200px;\"></div><div class=\"tddiv\" style=\"width:150px; height:200px;\"><div style=\"width:150px; height: 50px;\"><div class=\"readytitle\" style=\"width:140px; height:40px; padding:2px;\">Amla Juice Powder </div></div><div style=\"width:150px; height:144px;\"><div class=\"tddiv\" style=\"width:12px; height:144px;\"></div><div class=\"tddiv\" style=\"width:125px; height:144px; background-image:url('images/ready_to_serve_02.jpg');\"onmouseover=\"this.style.cursor='pointer';\" onclick=\"openPop('amlaj');\"></div></div></div></div></div><div class=\"tddiv\" style=\"width:990px; height:20px;\"><div class=\"tddiv\" style=\"width:900px; height:20px;\"></div><div class=\"tddiv\" style=\"width:40px; height:20px;\"><div class=\"probottomlink\" style=\"width:40px; height:20px;\" onmouseover=\"this.style.cursor='Pointer'; this.style.textDecoration = 'underline';\" onmouseout=\"this.style.textDecoration= 'none';\" onclick =\"openHtml('product');\">BACK</div></div></div></div>";




var ready_content = "<div style=\"width:990px; height:368px;background-image:url('images/amutha_exports_readytoserbe_bg_08.jpg');background-color:#f3f3db;\"><div class=\"tddiv\" style=\"width:990px; height:330px;\"><div style=\"width:990px; height:110px;\"></div><div style=\"width:990px; height:220px;\"><div class=\"tddiv\" style=\"width:20px; height: 220px;\"></div><div class=\"tddiv\" style=\"width:150px; height:220px;\"><div style=\"width:150px; height: 50px;\"><div class=\"readytitle\" style=\"width:140px; height:40px; padding:2px;\">Amla Murrabba</div></div><div style=\"width:150px; height:144px;\"><div class=\"tddiv\" style=\"width:12px; height:144px;\"></div><div class=\"tddiv\" style=\"width:125px; height:157px; background-image:url('images/honey_small.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onclick=\"openPop('amlam');\"></div></div></div><div class=\"tddiv\" style=\"width:10px; height:220px;\"></div><div class=\"tddiv\" style=\"width:150px; height:220px;\"><div style=\"width:150px; height: 50px;\"><div class=\"readytitle\" style=\"width:140px; height:40px; padding:5px;\">Amla Juice Powder </div></div><div style=\"width:150px; height:144px;\"><div class=\"tddiv\" style=\"width:12px; height:144px;\"></div><div class=\"tddiv\" style=\"width:125px; height:157px; background-image:url('images/juice_small.jpg');\"onmouseover=\"this.style.cursor='pointer';\" onclick=\"openPop('amlaj');\"></div></div></div><div class=\"tddiv\" style=\"width:10px; height:200px;\"></div><div class=\"tddiv\" style=\"width:150px; height:200px;\"><div style=\"width:150px; height: 50px;\"><div class=\"readytitle\" style=\"width:140px; height:40px; padding:5px;\">Amla Candy</div></div><div style=\"width:150px; height:144px;\"><div class=\"tddiv\" style=\"width:12px; height:144px;\"></div><div class=\"tddiv\" style=\"width:125px; height:157px; background-image:url('images/candy_small.jpg');\"onmouseover=\"this.style.cursor='pointer';\" onclick=\"openPop('amlac');\"></div></div></div><div class=\"tddiv\" style=\"width:10px; height:200px;\"></div><div class=\"tddiv\" style=\"width:150px; height:200px;\"><div style=\"width:150px; height: 50px;\"><div class=\"readytitle\" style=\"width:140px; height:40px; padding:2px;\">Amla Squash</div></div><div style=\"width:150px; height:144px;\"><div class=\"tddiv\" style=\"width:12px; height:144px;\"></div><div class=\"tddiv\" style=\"width:125px; height:157px; background-image:url('images/amla_small.jpg');\"onmouseover=\"this.style.cursor='pointer';\" onclick=\"openPop('amlasquash');\"></div></div></div><div class=\"tddiv\" style=\"width:10px; height:200px;\"></div><div class=\"tddiv\" style=\"width:150px; height:200px;\"><div style=\"width:150px; height: 50px;\"><div class=\"readytitle\" style=\"width:140px; height:40px; padding:2px;\">Amla Sugar Free Squash</div></div><div style=\"width:150px; height:144px;\"><div class=\"tddiv\" style=\"width:12px; height:144px;\"></div><div class=\"tddiv\" style=\"width:125px; height:157px; background-image:url('images/sugarfree_small.jpg');\"onmouseover=\"this.style.cursor='pointer';\" onclick=\"openPop('sugarfree');\"></div></div></div><div class=\"tddiv\" style=\"width:10px; height:200px;\"></div><div class=\"tddiv\" style=\"width:150px; height:200px;\"><div style=\"width:150px; height: 50px;\"><div class=\"readytitle\" style=\"width:140px; height:40px; padding:2px;\">Amla Ginger Lime Squash</div></div><div style=\"width:150px; height:144px;\"><div class=\"tddiv\" style=\"width:12px; height:144px;\"></div><div class=\"tddiv\" style=\"width:125px; height:157px; background-image:url('images/ginger_small.jpg');\"onmouseover=\"this.style.cursor='pointer';\" onclick=\"openPop('amlaginger');\"></div></div></div></div></div><div class=\"tddiv\" style=\"width:990px; height:20px;\"><div class=\"tddiv\" style=\"width:900px; height:20px;\"></div><div class=\"tddiv\" style=\"width:40px; height:20px;\"><div class=\"probottomlink\" style=\"width:40px; height:20px;\" onmouseover=\"this.style.cursor='Pointer'; this.style.textDecoration = 'underline';\" onmouseout=\"this.style.textDecoration= 'none';\" onclick =\"openHtml('product');\">BACK</div></div></div></div>";



/*var package_content = " <div id=\"pack\" style=\"width:990px; height:368px;display:block; border:#000000 1px solid;\"><div style=\"width:990px; height:368px;background-image:url('images/package_header (1).jpg');background-color:#f3f3db;\"><div style=\"width:990px; height:368px;\"><div class=\"tddiv\" style=\"width:340px; height:368px;\"></div><div class=\"tddiv\" style=\"width:375px; height:368px;\"><div style=\"width:375px; height:80px; border:#00FF66 1px solid;\"><div style=\"width:375px; height:50px;\"></div><div style=\"width:375px; height:30px; margin-left:5px;\"><div class=\"contacttitle\" style=\"width:360px; height:30px;\">Amutha Exports -  Farm and Packaging Unit in INDIA</div></div></div><div style=\"width:372px; height:275px;\">  <script type=\"text/javascript\">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','372','height','275','title','pfgx','src','amutha_Packaging/amudha_package','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','amutha_Packaging/amudha_package' ); //end AC code<\/script><noscript><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"372\" height=\"275\" title=\"pfgx\">    <param name=\"movie\" value=\"amutha_Packaging/amudha_package.swf\" />    <param name=\"quality\" value=\"high\" />    <embed src=\"amutha_Packaging/amudha_package.swf\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"372\" height=\"275\"></embed>  </object></noscript></div></div></div></div></div></div>";*/