
    function theviewer()
	{
	 var toopen='theviewer.html/?id=<?print $id;?>&email=<?print $email;?>';
     var coool='toolbar=0,directories=0,menubar=0,scrollbars=1,resizable=1,top=110,left=175,width=700,height=600';


     msg=open(toopen,'tttt',coool);
	 }
   function thepreludeviewer()
	{
	 var toopen='thepreludeviewer.html/?id=<?print $id;?>&email=<?print $email;?>';
     var cooool='toolbar=0,directories=0,menubar=0,scrollbars=1,resizable=1,top=110,left=175,width=700,height=600';


     msg=open(toopen,'ttttt',cooool);
	 }
    function thefastfuriousviewer()
	{
	 var toopen='thefastfuriousviewer.html/?id=<?print $id;?>&email=<?print $email;?>';
     var cooool='toolbar=0,directories=0,menubar=0,scrollbars=1,resizable=1,top=110,left=175,width=700,height=600';


     msg=open(toopen,'ttttt',cooool);
	 }
	 
	 function addBookmark(title,url) {
if (window.sidebar) { 
window.sidebar.addPanel(title, url,""); 
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}
}

