/*
Copyright © Tribal Education Ltd. 

This file has been compressed to make the page loading faster. For working version of this file, please contact Tribal's Digital Learning Studio at digitallearningsupport@tribalgroup.com.
*/
 
ctad_require("functions.js");ctad_included("switcher.js");function switcher()
{}
switcher.init=function()
{if(!cookies_available())
alert("Developer Error\nStyleSwhitcher works only with cookies");switcher.$style_sheet=new Cookie(document,"styleswitcher",null,"/");switcher.$style_sheet.load();switcher.load();}
switcher.load=function()
{if(typeof switcher.$style_sheet['current']=="undefined")
return;linksObj=document.getElementsByTagName("LINK");if(typeof linksObj['switcher']=="undefined")
return;h=linksObj['switcher'].getAttribute("href");pattern=h.match(/(\S+)\.css$/)[1];if(h.indexOf("/")>1)
pattern=h.match(/\/(\S+)\.css$/)[1];new_stylesheet=h.replace( pattern , switcher.$style_sheet['current'] );linksObj['switcher'].setAttribute("href",new_stylesheet)
}
switcher.set=function(sheet){if(typeof switcher.$stylesheet=="undefined")
switcher.init();switcher.$style_sheet['current']=sheet;switcher.$style_sheet.store();switcher.load()
}
event_install(window,"onload",switcher.init);
