function pop(obj) {
wobj = window.open("", "pop","scrollbars=no,width=480,height=360");
obj.target = "pop";
wobj.focus();
return true;
}
