// JavaScript Document

function openwindow(url){
window.open(url,"","scrollbars=yes, resizable=yes, location=yes, toolbar=yes, menubar=yes, status=yes, width=700, top=20, left= 50");
}
