
function openPrivacy() { 
  window.open('/help/privacy.html','PrivPolicy','width=700,height=600,scrollbars=yes,resizable=no');
}
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 openFB() { 
  window.open('http://www.facebook.com/simplyorangejuice','FB','width=1000,height=600,scrollbars=yes,resizable=yes');
}


function openYT() { 
  window.open('http://www.youtube.com/user/SimplyOrangeJuices','YT','width=1000,height=600,scrollbars=yes,resizable=yes');
}



function closeWindow() { 
  window.close;
}

