function popUp(url){
		window.open(url,"newWindow","height=450,width=665,resizable=yes,menubar=no,scrollbars=yes");
}
