//Search powered by google
function searchGoogle()
{
	var s=document.getElementById('txtSearch').value;
	window.open('http://www.google.com/search?sitesearch=www.isaonline.org/Study on Solar Photovoltaic Industry&as_q='+s);
}

