function openwindow(url){
window.open (url,"mywindow","menubar=0,resizable=0,scrollbars=yes,width=560,height=650");
}

function openwindowsmall(url){
window.open (url,"mywindow","menubar=0,resizable=0,scrollbars=yes,width=560,height=650");
}