function PrintPopUp(ww,wh,URL) {
	window.open(URL, 'adrespopup', 'toolbar=1,scrollbars=1,location=0,statusbar=1,menubar=1,resizable=1,width='+ww+',height='+wh+',left = 100,top = 50');
}

function popUp(ww,wh,URL) {
	window.open(URL, 'adrespopup', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width='+ww+',height='+wh+',left = 100,top = 50');
}

function checksearchinputchange(x) {
	var y=document.getElementById(x).value
	if (y=="Search") {
		document.getElementById(x).value="";
			document.getElementById(x).style.color="#000000";
		}
	}



