function pop1(str){
window.open(str,'pop1','scrollbars=yes,resizable=yes,width=468,height=600,status=yes,location=no,toolbar=no,menubar=yes');
}
function pop2(str){
window.open(str,'pop2','scrollbars=yes,resizable=yes,width=470,height=300,status=yes,location=no,toolbar=no,menubar=no');
}
function pop3(str){
window.open(str,'pop3','scrollbars=yes,resizable=yes,width=830,height=600,status=yes,location=no,toolbar=no,menubar=no');
}
function pop4(str){
window.open(str,'pop4','scrollbars=no,resizable=no,width=450,height=200,status=yes,location=no,toolbar=no,menubar=no');
}
function pop5(str){
window.open(str,'pop5','scrollbars=no,resizable=no,width=320,height=240,status=yes,location=no,toolbar=no,menubar=no');
}
function pop6(str){
window.open(str,'pop6','scrollbars=no,resizable=no,width=584,height=400,status=yes,location=no,toolbar=no,menubar=no');
}