function windowPop(url, t, w, h)
{
	window.open(url,t,
		'status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=yes,'+
		'scrollbars=yes,width='+w+',height='+h+',left=200,top=200');
	return true;
}

function resizeSearch() {
	document.getElementsByName('googleSearchFrame')[0].style.width = "736px";
}