/* Copyright: Martin J. Marsh, July 2007 - www.ecomarshosgame.com - Individual use permissions only. This version updated 1st Oct 2009. */ function altnavigs() { var accsseq = window.history.length; if (accsseq > 0) { viewit=document.getElementById("altnavins"); viewit.style.display="block"; } } function anewParent(newURL){ if ((navigator.appName.indexOf("Microsoft")!=-1) && (window.history.length < 1)) { parent.opener.document.location = newURL; parent.window.close(); } if ((navigator.appName.indexOf("Microsoft")!=-1) && (window.history.length > 0)) { document.location=newURL; } document.location=newURL; parent.opener.document.location=newURL; parent.window.close(); }