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