function popwin(FILE,WIDTH,HEIGHT){
window.open(FILE,"","width="+WIDTH+",height="+HEIGHT+",menubar=0,resizable=1,scrollbars=1, status=0,titlebar=0,toolbar=0,left=100,top=10");
window.name="main";
}
function popcart(FILE,WIDTH,HEIGHT){
window.open(FILE,"","width="+WIDTH+",height="+HEIGHT+",menubar=0,resizable=1,scrollbars=1, status=1,titlebar=0,toolbar=1,left=150,top=150");
window.name="main";
}

