// JavaScript Document

function search1()
{
	if(document.search_form.search.value == "")
	{
		alert("Blank Search cannot be performed.");
		return false;
	}
	document.search_form.action = 
	<!--"http://www.internetindia.com/test1/piramal/site/search/search.php";-->
	"http://www.piramalglass.com/search/search.php";
	document.search_form.submit();
}

