1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
function getLangue()
{
this.anticache = new Date().getTime();
langueXML=new XML();
langueXML.onLoad=function(){
_root.langue = langueXML.childNodes[0].childNodes[0].childNodes[0].nodeValue;
};
langueXML.ignoreWhite=true;
langueXML.load(_root.remoteURL+"createXmlGetLangue.php?anticache="+this.anticache);
}
function SupportFaq ()
{
_root.getLangue();
if(_root.colone._currentframe==1)
_root.colone.gotoAndPlay(2);
_root.menuIndex.b1.gotoAndStop(1);
_root.menuIndex.b3.gotoAndStop(1);
_root.menuIndex.b4.gotoAndStop(1);
_root.menuIndex.b6.gotoAndStop(1);
if(page=="" || page==undefined)
page="index.php";
ssCore.Browser.showScrollbars({flag:true});
ssCore.Browser.setPosition({x:-18, y:-5});
ssCore.Browser.setSize({width:1052, height:650});
ssCore.Browser.setURL({url:"http://faq1.esthetic-center.com?langue="+_root.langue});
ssCore.Browser.open();
_root.embedWindow=1;
} |
Partager