/*
      functions.js
      external funtions
   */
   // ---------------------------------------------------------



<!--
window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
        for (var i = 1; i<=10; i++) {
                if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
        }
if (d) {d.style.display='block';}
}
//-->
<!--
function closeme()
{
	if (self.opener && self.opener.popup) {
		self.opener.popup=null;
	}
	close();
}
//-->
<!--
function NewWin(objpath)
{

   var win1=open(objpath,"",'width=1000,height=700,top=0,left=0,scrollbars=YES');
   
   win1.focus();

}
//-->
<!--
function NewWin1(objpath)
{

   var win1=open(objpath,"",'width=800,height=700,top=0,left=0,scrollbars=YES');
   
   win1.focus();

}
//-->

<!--
function NewWin2(objpath)
{

   var win1=open(objpath,"",'width=760,height=650,top=0,left=0,scrollbars=no');
   
   win1.focus();

}
//-->

<!--
function NewWin3(objpath)
{

   var win1=open(objpath,"",'width=550,height=550,top=0,left=0,scrollbars=no');
   
   win1.focus();

}
//-->