//message déroulant dans la barre de status
<!--
var msg = "Bienvenue sur le site de la Tuna de Distrito de Pau... Tout sur la plus ancienne et la plus originale des traditions universitaires au monde.                "
var currCount = 1

function scrollMsg() {
	self.defaultStatus = msg
	msg = msg.substring (1, msg.length) + msg.substring (0, 1)
	timerId = setTimeout("scrollMsg()", 130)
}
// -->


//anti-framing
<!-- 
if(top!=self) 
top.location=self.location;
//-->


//popup pour visualisation des images 
<!--
function PopUp(chemin,comment){
viewer = window.open("","viewer","width=500, height=400, resizable");
photo = new Image();

titre = "<html>\r<head>\r<title>Tuna de Distrito de Pau-Albums Photos</title>\r";

style = "<style ='txt/css'>\r table {width:100%;height:100%;border:0;}\r td {text-align:center; vertical-align:middle;margin=20px;}\r</style>\r";

resize = "<script language=JavaScript>\r function resize() {\r if (document.images[0].complete) {\r window.resizeTo(document.images[0].width+60,document.images[0].height+150);\r window.focus();\r window.moveTo((screen.availWidth-document.images[0].width)/2,(screen.availHeight-document.images[0].height)/4);\r }\r else {\r setTimeout('resize()',5000) }\r }\r</"+"SCRIPT>\r";

body = "</head>\r<BODY onload='resize()'>\r";

affichage = "<table>\r<tr>\r<td><img src="+chemin+"></td>\r</tr>\r<tr>\r<td>"+comment+"</td>\r</tr>\r<tr>\r<td><img src='/images/fermer.gif' onClick='self.close()'></td>\r</tr></table>\r";

fin = "</BODY>\r</HTML>";

viewer.document.write(titre+style+resize+body+affichage+fin);
viewer.document.close();
}
// -->

