<!--begin to hide from old browsers
        function showEm(ph,title,details){
                     document.writeln('<html><head><title>blank</title></head>')
                     document.writeln('<body topmargin="5" leftmargin="5">')
                     document.writeln('<div align="center">')
                     document.writeln('<table border="1" cellpadding="8" cellspacing="0">')
                     document.writeln('<tr><td bgcolor="#000000" VALIGN="middle">')
                     document.writeln('<p align="center"><img src="'+ph+'" border=0></p>')
                     document.writeln('<p align="center"><font size=3 color="#ffffff" face="arial">'+title+'</font><br><font size=2 color="#ffffff" face="arial"> '+details+'</font></p></td></tr></table></div>');
                     document.writeln('<p align="center"><form><input type="button" value="Back" onClick="history.go(-1) "></form></p></body></html>');
                     document.close()
}
       function reWind(){
                    history.go(-1)
}
       function byeBye(){
                  window.close()
}
//end here -->

