function newWindow(webURL)
 {
    var newWin=window.open(webURL,"new_window","width=625,height=690,status=yes");
	newWin.focus();				  
}
