function openWindow1() {
window.open("","new",'toolbar=0,location=0,scrollbars=1,width=500,height=550,resizable=1, left=60 top=60');
}
function openWindow2() {
window.open("","new",'toolbar=0,location=0,scrollbars=1,width=440,height=500,resizable=1, left=60 top=60');
}

