function openWindow1(w,h){
window.open("","window",'toolbar=0,location=0,scrollbars=0,width='+w+',height='+h+',resizable=0');
}

function openWindow2(w,h){
window.open("","window2",'toolbar=0,location=0,scrollbars=1,width='+w+',height='+h+',resizable=1');
}
