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