/* 
......................................................................
Web services by iContext Internet | www.icontext.com
All code (c) iContext / client, all rights reserved.
......................................................................
*/

// need to window.onload any js window load calls due to niftyCube needing to be last js call
// e.g. 
// window.onload=function(){
// MM_preloadImages("/assets/images/ui/EXAMPLE.gif");
// }

/************************ START READ COOKIE */
// var cookie = readCookie("textsizestyle");
// textsize = cookie ? cookie : 10;
// fontResize(textsize,'%','contentBiRight');

