

function talon () {
    window.open ("print.php", "mywindow","toolbar=1,menubar=1,resizable=0,width=480,height=410");
    return true;
} 
