
function openBeaker() { 
  window.location.href('/ds1/assets/images/contactBeaker.jpg',rel='shadowbox');
}
function openTerms() { 
  window.open('/help/terms.html','Terms','width=700,height=600,scrollbars=yes,resizable=no');
}
function openOBG() { 
  window.open('/help/orange_back_guarantee.html','OBG','width=700,height=600,scrollbars=yes,resizable=no');
}

function openPressRelease( file ) { 
  window.open('/help/'+file+'.html','PressRelease','width=700,height=600,scrollbars=yes,resizable=no');
}


function openShadow(url){
    window.location = url;
}



function closeWindow() { 
  window.close;
}

