function Openwin(url,trg) {
   window.open(url,trg,"width=740,height=480,resizable=yes");
}
