		var agent = navigator.appName;
		var ver = parseInt(navigator.appVersion);
		if ((agent=="Netscape") && (ver >= 4) && (ver < 5))
			fichier = "http://www.shambhala-europe.org/style_ns.css" ;
		else
			fichier = "http://www.shambhala-europe.org/style.css";
		document.write('<LINK HREF="'+ fichier + '" REL="stylesheet" TYPE="text/css">');

		
function popslogan(url){
	newwindow=window.open(url,'name','resizable,height=175,width=450');
	if (window.focus) {newwindow.focus()}
}


function popitup(url){
	newwindow=window.open(url,'name','height=350,width=260');
	if (window.focus) {newwindow.focus()}
}



function glossary(url){
	newwindow=window.open(url,'name','scrollbars="no",resizable="no",height=370,width=450');
	if (window.focus) {newwindow.focus()}
}
	
	var height;
	var width;
	height=window.screen.availHeight;
	width=window.screen.availWidth;	
	 