<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
var win1 = null;
function MM_openBrWindow(theURL,winName,features) { //v2.0
  win1 = window.open(theURL,winName,features);
	if(win1.focus){win1.focus();}

}

var win = null;
function NewWindow(mypage,myname,w,h,scrollable,resizable,status,location){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scrollable+',resizable='+resizable+',status='+status+',location='+location+''
win = window.open(mypage,myname,settings);
if(win.focus){win.focus();}
}

function showmail(d,n,e,s) { 
	if (s!='') {
		document.write('<a href="mailto:' + n + '@' + d + '.' + e + '?subject='+s+'">'+n + '@' + d +'.'+ e + '</a>');
	} else {
		document.write('<a href="mailto:' + n + '@' + d + '.' + e + '">'+n + '@' + d +'.'+ e + '</a>');
	}
}
function RefreshImage(valImageId) {
	var objImage = document.images[valImageId];
	if (objImage == undefined) {
		return;
	}
	var now = new Date();
	objImage.src = objImage.src.split('?')[0] + '?x=' + now.toUTCString();
}
//-->