window.onerror=null;
defaultStatus = "Vippet Solutions";

function setFrame(frameName, frameSrc)
  {
    parent[frameName].location=(frameSrc);
  }


function openScript(url, width, height) {
var Win=window.open(url,"openScript",'width='+width+',height='+height+',resizable=yes,scrollbars=yes,menubar=no,status=no');
}



