<!-- begin popup script

msiemacsucks = 0;


function isaMac() 

	{ 

		if (navigator.appVersion.indexOf("PPC") != -1 || navigator.appVersion.indexOf("68K") != -1) return true; else return false; 

        }       if (navigator.appName == "Microsoft Internet Explorer" && isaMac()){ msiemacsucks = 2;

		}



function pop(goPage,nom,windowWidth,windowHeight) 

	{

		if (parseInt(navigator.appVersion) >= 4) { wX = (screen.width/2)-(windowWidth/2+10); wY = (screen.height/2)-(windowHeight/2+20); }

		else { wX = 0; wY = 0; }

		

		var popped = window.open(goPage,nom,'width='+windowWidth+',height='+(windowHeight+msiemacsucks)+',status=no,menubar=no,scrollbars=no,resizable=yes,screenX='+wX+',screenY='+wY+',left='+wX+',top='+wY);

		if (navigator.appName=="Netscape" || document.all) popped.focus();

	}






largfen = '500';


function tmt_resizeTo(altez, larg) {

    if (navigator.appName == "Microsoft Internet Explorer" ){ largfen  = '620';

		}

    parent.resizeTo(altez, largfen);

}



function tmt_IEscroll(choice) {

    if (document.all) {

        document.body.scroll = choice;

    }

}



function tmt_winCentre() {

    if (document.layers) {

        var sinist = screen.width / 2 - outerWidth / 2;

        var toppo = screen.height / 2 - outerHeight / 2;

    } else {

        var sinist = screen.width / 2 - document.body.offsetWidth / 2;

        var toppo = -75 + screen.height / 2 - document.body.offsetHeight / 2;

    }

    parent.moveTo(sinist, toppo);

}

// end popup script -->