
  //document.oncontextmenu=new Function("return false")
  //document.onselectstart=new Function("return false")
  //document.ondragstart=new Function("return false")

function openwin(theURL,winName,features){
  win = window.open(theURL,winName,features);
  //win.resizeTo(700,500)
  //win.focus();
}

function openit(str){
  window.open(str,'_blank');
}