function OPENWINDOW(strLocation){
  window.open(strLocation,"myWindow","height=350,width=430,scrollbars=yes,toolbar=no,resizable=yes");
}

if(top.frames.length==0){
  document.location="http://www.bellbusk.co.za";
}
