function showchapters(cid) {
	if (document.getElementById('cl_' + cid).style.display != 'block')
		document.getElementById('cl_' + cid).style.display = 'block';
	else
		document.getElementById('cl_' + cid).style.display = 'none';
}

function archmag(magnr,page) {
	maxx=screen.availWidth;
	maxy=screen.availHeight;
	mc = window.open('http://www.mcmag.co.uk/' + magnr + "/index.php5?p="+page,"MC_mag_"+maxx+"x"+maxy+"_","location=no,resizable=yes,scrollbars=yes,channelmode=yes,fullscreen=yes,toolbar=no,menubar=no,status=no,width="+maxx+"px,height="+maxy+"px");
	mc.moveTo(0,0);
	mc.resizeTo(screen.availWidth,screen.availHeight);
}