<!-- Hide from old browsers
//Reload the main frameset if the frame is loaded as an orphan
//if (parent.location.href == self.location.href) window.location.href = "/index.php"; 

//script to pop the frame in order to print
function newwin(){ 
//window.open(document.location.href); 
window.print();
}

// Stop hiding from old browsers --> 
