function StyleEvent() { } StyleEvent.prototype.BgColor = function(ThisElem, Color) { if (!Color) Color = ''; else if (!Color.match(/^#/)) Color = '#' + Color; ThisElem.style.backgroundColor = Color; } if (!MyRoute) var MyRoute = { Bbs: 'my.bbs', Skin: 'my.skin', Css: 'my.css', Data: 'my.data', Image: 'my.image', ProImage: 'my.data/shop.image' }; if (!Param) var Param = {}; if (!Session) var Session = {}; if (!Server) var Server = {}; Server.Date = '20120209043148'; Server.Remote = '38.107.179.210'; var Cookie = Cookie ? Cookie : null; var XML = XML ? XML : null; var Let = Let ? Let : null; var Style = Style ? Style : null; var Zip = Zip ? Zip : null; var Em = Em ? Em : null; var File = File ? File : null; var IWin = IWin ? IWin : null; try { if (Cookies) Cookie = new Cookies(); } catch (e) {} try { if (MY_XML) XML = new MY_XML(); } catch (e) {} try { if (Letter) Let = new Letter(); } catch (e) {} try { if (StyleEvent) Style = new StyleEvent(); } catch (e) {} try { if (ZipCode) Zip = new ZipCode(); } catch (e) {} try { if (Element) Em = new Element(); } catch (e) {} try { if (FileAccess) File = new FileAccess(); } catch (e) {} try { if (IWindow) IWin = new IWindow('IWin'); } catch (e) {} window.LoadedJsModule = 1;