function pop(){
	alert();
}
/*
	Function to pop up a url
*/
function torelPopUp850x700(daUrl, daName) {
//window.open( "http://www.google.com/", "myWindow", 
//"status = 1, height = 300, width = 300, resizable = 0" )
	window.open( daUrl, daName, "status = 0, height = 700, width = 850, resizable = 0, scrollbars = 0");
}

