
window.onload=function() {
	setTimeout(revealXtra,1); 
	setResize();
	setPrintMail();
	//fireFoxFix();
}

function fireFoxFix() {
// correct 1px error on navsec in Firefox
agt=navigator.userAgent.toLowerCase();
if(agt.indexOf('firefox')!=-1) {
ns=document.getElementById("nav_sections");
nsHeight=ns.offsetHeight;
ns.style.height=(nsHeight-1)+"px";
}}


function setPrintMail() {
//printBTN=document.getElementById("pb");
//printBTN.onclick = printpage;
friendBTN=document.getElementById("mf");
friendBTN.onclick = mailFriend;
}

function mailFriend() {
location.href='mailto:type your friends email here?subject=scotland parent magazine online&body=\n\n\n\nscotland parent website\n\n'+location.href+'';
}

function printpage() {
skyads=document.getElementById("sky_ads");
srch=document.getElementById("search");
skyads.style.display='none';
srch.style.visibility='hidden';
window.print();  
skyads.style.display='block';
skyads.style.visibility='visible';
srch.style.visibility='visible';
}


function setResize() { 
window.onresize = function() { revealXtra(); }
}

function revealXtra() {
if(getBrowserWidth()>1080) {
skyads=document.getElementById("sky_ads");
skyads.style.display='block';
} else {
skyads.style.display='none';
}
}

function displayText(obj,txt) {
textElem=document.getElementById(obj);
	if(textElem.textContent) {
		textElem.textContent=">>>>>> "+txt;	
	} else if (textElem.innerText) {
		textElem.innerText=">>>>>> "+txt;	
	}
}

function getBrowserWidth() {
	var bWidth;
	if(document.body.offsetWidth) {
		bWidth=document.body.offsetWidth; 
	} else if (window.innerWidth) {
		bWidth=window.innerWidth;
	} else if (document.body.clientWidth) {
		bWidth=document.body.clientWidth;
	}
return bWidth;
}


//////////////////////////
mc=new Array()
mc[0]='235260592362235730246052275831523259272433573039';

function mc2(e) {
op='';chars='st2-n74opr.uyqz9m:0vwk_5x16hjab3igcdel8@f'; m='39525560243040';
inp=m+mc[e];for(i=0; i<inp.length; i+=2) {id=parseInt(inp.substr(i,2));op+=chars.charAt(id-23);}
window.location.href= op;
}