// JavaScript Document
function openwindow(mywindow){ 
window.open(mywindow,"New","status=no, toolbar=no, scrollbars=no, left=0, top=0, width=450, height=260");
}