function openwindow(url){
window.open("","","menubar=no,toolbar=no,location=no,directories=no,scrollbars=yes,status=yes,resizable=yes");
}
