function nospam(name,domain) {
 document.location="mailto:"+name+"@"+domain;
}

function nospamt(name,domain) {
 document.write(name+"@"+domain);
}

function nospama(name,domain) {
 document.write('<a href="mailto:'+name+'@'+domain+'">'+name+'@'+domain+'</a>');
}

function ow(file,wid,hei,bars,resiz,status) {
xpos=(750-wid)/2;
ypos=100; window1=window.open(''+file+'',"MG",'scrollbars='+bars+',resizable='+resiz+',width='+wid+',height='+hei+',left='+(screen.width-wid)/2+',top='+(screen.height-hei)/2+',screenx='+xpos+',screeny='+ypos+',status='+status+'');
 window1.focus();
}

function syear(id) {
 document.getElementById('c2010').style.display='none';
 document.getElementById('c2011').style.display='none';
 document.getElementById('c2012').style.display='none';
 document.getElementById('c2013').style.display='none';
 document.getElementById('c'+id).style.display='block';
}

function cal(y,p) {
 if (y==2010) {
  ap2010=ap2010+p; if (ap2010==0) ap2010=1; if (ap2010==11) ap2010=10;  
  document.getElementById('c2010m1').innerHTML=e2010[ap2010];
  document.getElementById('c2010m2').innerHTML=e2010[ap2010+1];
  document.getElementById('c2010m3').innerHTML=e2010[ap2010+2];  
 }
 if (y==2011) {
  ap2011=ap2011+p; if (ap2011==0) ap2011=1; if (ap2011==11) ap2011=10;
  document.getElementById('c2011m1').innerHTML=e2011[ap2011];
  document.getElementById('c2011m2').innerHTML=e2011[ap2011+1];
  document.getElementById('c2011m3').innerHTML=e2011[ap2011+2];
 }
 if (y==2012) {
  ap2012=ap2012+p; if (ap2012==0) ap2012=1; if (ap2012==11) ap2012=10;
  document.getElementById('c2012m1').innerHTML=e2012[ap2012];
  document.getElementById('c2012m2').innerHTML=e2012[ap2012+1];
  document.getElementById('c2012m3').innerHTML=e2012[ap2012+2];
 }
 if (y==2013) {
  ap2013=ap2013+p; if (ap2013==0) ap2013=1; if (ap2013==11) ap2013=10;
  document.getElementById('c2013m1').innerHTML=e2013[ap2013];
  document.getElementById('c2013m2').innerHTML=e2013[ap2013+1];
  document.getElementById('c2013m3').innerHTML=e2013[ap2013+2];
 }
}