function dopop(url, breed, hoog)
{	page = window.open(url,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left="+(screen.width/2 - breed/2)+",top="+(screen.height/2-hoog/2)+",screenX="+(screen.width/2 - breed/2)+",screenY="+(screen.height/2 - hoog/2)+",width=" + breed + ",height=" + hoog);
}
function dopop2(url, breed, hoog)
{	page = window.open(url,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,left="+(screen.width/2 - breed/2)+",top="+(screen.height/2-hoog/2)+",screenX="+(screen.width/2 - breed/2)+",screenY="+(screen.height/2 - hoog/2)+",width=" + breed + ",height=" + hoog);
}
function reduceThat(name,address) {
	location.href = 'mailto:'+name+'@'+address;
}
function MM_swapImgRestore() {
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() {
  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 message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")

function addBookmark(title,url) {
if (window.sidebar) { 
window.sidebar.addPanel(title, url,""); 
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}
}