document.writeln("<script>");
document.writeln("\/\/Style Sheet Switcher version 1.0 Nov 9th, 2005");
document.writeln("\/\/Author: Dynamic Drive: http:\/\/www.dynamicdrive.com");
document.writeln("\/\/Usage terms: http:\/\/www.dynamicdrive.com\/notice.htm");
document.writeln("function getCookie(Name) { ");
document.writeln("var re=new RegExp(Name+\"=[^;]+\", \"i\"); \/\/construct RE to search for target name\/value pair");
document.writeln("if (document.cookie.match(re)) \/\/if cookie found");
document.writeln("return document.cookie.match(re)[0].split(\"=\")[1] \/\/return its value");
document.writeln("return null");
document.writeln("}");
document.writeln("function setCookie(name, value, days) {");
document.writeln("var expireDate = new Date()");
document.writeln("\/\/set \"expstring\" to either future or past date, to set or delete cookie, respectively");
document.writeln("var expstring=(typeof days!=\"undefined\")? expireDate.setDate(expireDate.getDate()+parseInt(days)) : expireDate.setDate(expireDate.getDate()-5)");
document.writeln("document.cookie = name+\"=\"+value+\"; expires=\"+expireDate.toGMTString()+\"; path=\/\";");
document.writeln("}");
document.writeln("function deleteCookie(name){");
document.writeln("setCookie(name, \"moot\")");
document.writeln("}");
document.writeln("function setStylesheet(title) {");
document.writeln("var i, cacheobj");
document.writeln("for(i=0; (cacheobj=document.getElementsByTagName(\"link\")[i]); i++) {");
document.writeln("if(cacheobj.getAttribute(\"rel\").indexOf(\"style\") != -1 && cacheobj.getAttribute(\"title\")) {");
document.writeln("cacheobj.disabled = true");
document.writeln("if(cacheobj.getAttribute(\"title\") == title)");
document.writeln("cacheobj.disabled = false \/\/enable chosen style sheet");
document.writeln("}");
document.writeln("}");
document.writeln("}");
document.writeln("function chooseStyle(styletitle, days){");
document.writeln("if (document.getElementById){");
document.writeln("setStylesheet(styletitle)");
document.writeln("setCookie(\"mysheet\", styletitle, days)");
document.writeln("}");
document.writeln("}");
document.writeln("var selectedtitle=getCookie(\"mysheet\")");
document.writeln("if (document.getElementById && selectedtitle!=null) \/\/load user chosen style sheet if there is one stored");
document.writeln("setStylesheet(selectedtitle)");
document.writeln("");
document.writeln("function showsubmenu1()");
document.writeln("{");
document.writeln("if (submenu1.style.display == \"none\")");
document.writeln("{");
document.writeln("eval(\"submenu1.style.display=\\\"\\\";\");");
document.writeln("eval(\"submenu2.style.display=\\\"none\\\";\");");
document.writeln("}");
document.writeln("}");
document.writeln("function showsubmenu2()");
document.writeln("{");
document.writeln("if (submenu2.style.display == \"none\")");
document.writeln("{");
document.writeln("eval(\"submenu2.style.display=\\\"\\\";\");");
document.writeln("eval(\"submenu1.style.display=\\\"none\\\";\");");
document.writeln("}");
document.writeln("}");
document.writeln("<\/script>");
