
var newwindow
function openwindow(url) 
{ 
newwindow = window.open(url,'newwind','width=650,height=500,resizable=yes, status=1, scrollbars=1'); 
} 

