document.getElementById('ppcontentAreaOverlay').style.width = "220px";
document.getElementById('holder').className = 'close';

	function moveLayer(state)
	{
    
        //alert(state);
    
		switch(state)
		{
			case 1:
				//alert("6110");
				// document.getElementById('holder').style.background = "transparent url(imgs/nk_6110_bgReady.jpg) top left no-repeat";
        document.getElementById('animated-layer').className = null;
    		document.getElementById('ppcontentAreaOverlay').style.width = "756px";
        document.getElementById('holder').className = 'open';
				document.getElementById('animated-layer').style.background = "transparent url('/EUROPE_NOKIA_COM_3/Find_and_Compare/6110_Navigator_R6/eXperience/imgs/exp_bgReady.jpg') top left no-repeat";
				new Rico.Effect.Size('animated-layer', 756, 378, 0, 1);
				document.getElementById('animated-layer').innerHTML = "";
				setTimeout("changeAni()",500);
				setTimeout("writeSWF()",500);
			break;
			case 2:
				//alert("LWD");
        document.getElementById('animated-layer').className = null;
    		document.getElementById('ppcontentAreaOverlay').style.width = "756px";
        document.getElementById('holder').className = 'open';
				document.getElementById('animated-layer').style.background = "#ffffff";
				new Rico.Effect.Size('animated-layer', 756, 2032, 1000, 10);
				document.getElementById('animated-layer').innerHTML = "";
        document.getElementById('relative_container').className = 'longWayDownHeight';
				setTimeout("changeAni()",500);
				setTimeout("writeLWDSWF()",500);
			break;
		}

	}
	function changeAni()
	{
		document.getElementById('animated-layer').innerHTML = '<div id="flash" style="float:left;width:756;height:auto;"></div>';
	}
	// write swf to layer
	function writeSWF()
	{
		//alert('writeSWF');
		var fo = new SWFObject("http://europe.nokia.com/EUROPE_NOKIA_COM_3/Find_and_Compare/6110_Navigator_R6/eXperience/swfs/map_Final3.swf", "foobject", "756", "378", "8", "");
		fo.addParam("quality", "high");
		fo.addParam("wmode", "transparent");
		fo.write("flash");
	}
    
	// write lwd swf to layer
	function writeLWDSWF()
	{
		var fo = new SWFObject("/EUROPE_NOKIA_COM_3/Find_and_Compare/6110_Navigator_R6/eXperience/swfs/lwd_02.swf", "fooobject", "756", "2032", "8", "#000000");
        fo.addParam("quality", "high");
		fo.addParam("scale", "noscale");
        
        fo.addVariable("menuSwfPath", "/EUROPE_NOKIA_COM_3/Find_and_Compare/6110_Navigator_R6/eXperience/swfs/MenuTopRight.swf");
        fo.addVariable("mainMapSwfPath", "/EUROPE_NOKIA_COM_3/Find_and_Compare/6110_Navigator_R6/eXperience/swfs/MainMap.swf");
        fo.addVariable("menuXML", "/EUROPE_NOKIA_COM_3/Find_and_Compare/6110_Navigator_R6/eXperience/swfs/XML/MenuTopRight.xml");
        fo.addVariable("mapXML", "/EUROPE_NOKIA_COM_3/Find_and_Compare/6110_Navigator_R6/eXperience/swfs/XML/CopyTopRight.xml");
        fo.addVariable("worldXML", "/EUROPE_NOKIA_COM_3/Find_and_Compare/6110_Navigator_R6/eXperience/swfs/XML/world.xml");       
       
		fo.write("flash");
	}
	// write swf to layer
	function writePromoSWF()
	{
        //alert('writePromoSWF');
        var fo = new SWFObject("/EUROPE_NOKIA_COM_3/Find_and_Compare/6110_Navigator_R6/eXperience/swfs/flash_curtain.swf", "foobject", "170", "440", "8", "");
        fo.addParam("quality", "high");
        fo.addParam("wmode", "transparent");
        fo.addParam("base", "http://europe.nokia.com/EUROPE_NOKIA_COM_3/Find_and_Compare/6110_Navigator_R6/eXperience/swfs/");
        fo.write("promo");
	}
	function closeLayers()
	{
    //alert('closeLayers');
    // document.getElementById('relative_container').setAttribute('class',);
    document.getElementById('ppcontentAreaOverlay').style.width = "220px";
    document.getElementById('holder').className = 'close';
    setTimeout(function() { document.getElementById('animated-layer').className = "closed"; }, 105);
    document.getElementById('relative_container').className = 'longWayDownHeight_normal';
		document.getElementById('holder').style.background = "transparent";
		new Rico.Effect.Size('animated-layer', 756, 500, 500, 1);
		document.getElementById('animated-layer').innerHTML = '<div id="promo"><img src="/EUROPE_NOKIA_COM_3/Find_and_Compare/6110_Navigator_R6/eXperience/imgs/flash_curtain.png" width="170" height="310" alt="flash teaser" /></div>';
		setTimeout("writePromoSWF()",100);
		document.getElementById('animated-layer').style.background = "transparent";
	}
  
  /*
  function closeLayers()
  {
    //alert("close me...");
    document.getElementById('holder').style.background = "transparent";
    document.getElementById('html-info').style.display = "none";
    document.getElementById('animated-layer').style.background = "transparent";
    new Rico.Effect.Size('animated-layer', 170, 310, 500, 1);
    document.getElementById('animated-layer').innerHTML = '<div id="promo"><img src="/EUROPE_NOKIA_COM_3/Find_and_Compare/6110_Navigator_R6/eXperience/imgs/flash_curtain.png" width="170" height="310" alt="flash teaser" /></div>';
    setTimeout("writePromoSWF()",100);
  }
  */