//subWindow1-width:520px
function sw1(swinurl){
swin1=window.open(swinurl,"subwindow1","width=540,height=480,left=0,top=0,toolbar=no,location=no,status=yes,scrollbars=yes");
swin1.focus();
}
//new sw1();
//subWindow1-width:520px

//subWindow2-width:400px
function sw2(swinurl){
swin2=window.open(swinurl,"subwindow2","width=420,height=480,left=0,top=0,toolbar=no,location=no,status=yes,scrollbars=yes");
swin2.focus();
}
//new sw2();
//subWindow2-width:400px
