function newWindow(url) { 
var day= new Date(); 
var id = day.getTime(); 
var win = open(url,id,'width= 825,scrollbars=yes,toolbar= no, resizable=no, left=10, top=25, height='+(screen.height-150)+', location= no, menubar= yes'); 
} 
