// JavaScript Document
function openwindow(mywindow){ 
window.open("popup.htm","New","status=no,toolbar=no,scrollbars=yes,left=0,top=0,width=840,height=600");
}