// hide status bar content
window.status='';

// link to email window
function pu(){
window.open('bromphygreen.php','touch','width=290,height=360');
}