image1 = new Image();
image1.src = "images/home_page.gif";
image2 = new Image();
image2.src = "images/home_page_h.gif";
image3 = new Image();
image3.src = "images/site_map.gif";
image4 = new Image();
image4.src = "images/site_map_h.gif";
image5 = new Image();
image5.src = "images/contact_us.gif";
image6 = new Image();
image6.src = "images/contact_us_h.gif";

function move_in(img_name,img_src) {
document[img_name].src=img_src;
}

function move_out(img_name,img_src) {
document[img_name].src=img_src;
}

function rphrase()
	{
	/* Array t holds the phrases */
	var t = new Array("<strong>Dehumidified Cold Storage:</strong> Humidity controlled to preserve high value material like seeds and pharma products.", "<strong>Pre-cooling:</strong> PreCooling &amp; cold store of fresh fruits &amp; vegetables for exports, with packing facility.", "<strong>Cold Storage for Tamarind:</strong> A popular cold store with only temperature under control for tamarind, chillies etc.", "<strong>Customised Cold Storage:</strong> With independent chambers we can customise our cold store to suit your products.");
	total_no = t.length;
	var r = Math.round((total_no - 1)*Math.random());
	document.write(t[r]);
	}

function testphrase()
	{
	/* Array t holds the phrases */
	var test = new Array("\"I am impressed with the facilities that Gubba has created for seed Industry.\"<br /><strong>Jivan Thakur, Kanchan Ganga Seeds</strong>", "\"Most well maintained and clean cold Storage having unique ideas. Seen first time in India. Working excellently. Indeed a real showpiece.\"<br /><strong>Jasmohan Singh,<br />Director,<br />Frick India Ltd.</strong>", "\"One of the very best and scientifically maintained Cold Storage in India. It speaks volumes about their commitment.\"<br /><strong>A.D. Navaneethan,<br />Chairman<br />The Karur Vysya Bank Ltd, Karur.</strong>", "\"Man, Machine, Material and Money-All these are used par excellence.\"<br /><strong>G.B. Kulkarni,<br />Ankur Seeds</strong>", "\"The facility is helpful for farmers to a greater extent.\"<br /><strong>Ratnakar Kulkarni,<br />Agri. Commissioner,<br />Maharashtra</strong>", "\"Good facility, impressed in my first visit. Good service. Motto noticed\"<br /><strong>CH. Ramesh,<br />G.M., Supply chain,<br />Syngenta India Ltd., Hyd.</strong>", "\"Good grape packing, cooling . storage is quite satisfactory. fairly good infrastructure and knowledge of product handling.\"<br /><strong>Ninad Bhosle,<br />V.P., Exports,<br />ITC Ltd., Sec'bad</strong>", "\"Very well maintained with a choice for customer to have his own choice of storage.\"<br /><strong>Veeresh Kadali,<br />DGM (ops.),<br />J.K.Seeds.</strong>");
	total_no = test.length;
	var r = Math.round((total_no - 1)*Math.random());
	document.write(test[r]);
	}

function val_loginform()
	{
	err = 0;
	msg = "";
	if (document.loginform.client_username.value == "")
		{
		err = 1;
		msg = msg + "Username is required!\n";
		}
	if (document.loginform.client_password.value == "")
		{
		err = 1;
		msg = msg + "Password is required!\n";
		}
	if (err)
		{
		alert(msg);
		return false;
		}
	return true;
	}

