// JavaScript Document

function newWin_a(){
win = window.open("test.htm","",",width=740,height=950,scrollbars=1,resizable=yes,top=0,left=0");
win.moveTo(10,10);
}

function newWin_b(){
win = window.open("test1.htm","",",width=740,height=950,scrollbars=1,resizable=yes,top=0,left=0");
win.moveTo(10,10);
}



