// JavaScript Document

function wopen(lk,wname,sta){
 var wo1;
  wo1 = window.open(lk,wname,sta);
  wo1.focus();
}
