function popitup(url) {
   window.open(url,'htmlname','width=520,height=470,resizable=3');
}
function pops1(url) {
   window.open(url,'htmlname','width=400,height=350,resizable=3');
}
function pops2(url) {
   window.open(url,'htmlname','width=520,height=330,resizable=3');
}
function pops3(url) {
   window.open(url,'htmlname','width=620,height=600,resizable=3');
}
function pops4(url) {
   window.open(url,'htmlname','width=690,height=490,resizable=3');
}
function pops7(url) {
   window.open(url,'htmlname','width=415,height=495,resizable=3');
}
function pops8(url) {
   window.open(url,'htmlname','width=520,height=610,resizable=3');
}



