<!--
//Raccolta di script js per le pagine principali del sito

/*-------------------------------------------------------------*
 * /index_ibrido.jsp                                           |
 *------------------------------------------------------------*/

	function setSiteLanguage(newlang){
		loc1 = this.location.href;
		pos1 = loc1.indexOf('language=')+9;
		loc_a = loc1.substring(0,pos1); 
		loc_b = loc1.substring(loc1.indexOf('&', pos1)); 
		loc1 = loc_a+newlang+loc_b;
			
		this.location.href = loc1;
	}	

/*-------------------------------------------------------------*
 * /main.jsp                                                   |
 *------------------------------------------------------------*/

	//----------POP UP PRESS---------------------
	function popupPreview(URLtoOpen,windowName,windowFeatures){
	window.open(URLtoOpen,windowName,windowFeatures)
	}
	
	//----------POP UP JUNIOR---------------------
	function popupKidsIt(){
	window.open("/armani_junior_docs/press_release/pressRelease_it.html","","height=400,width=330,menubar=0,resizable=0,scrollbars=0, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	
	function popupKidsJap(){
	window.open("/armani_junior_docs/press_release/pressRelease_jap.html","","height=400,width=330,menubar=0,resizable=0,scrollbars=0, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	
	function popupKidsEn(){
	window.open("/armani_junior_docs/press_release/pressRelease_en.html","","height=400,width=330,menubar=0,resizable=0,scrollbars=0, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	
	//----------POP UP EVOLUTION---------------------
	function popupVideoEvolution(){
	window.open("http://www.giorgioarmani.com/video/vh1_1small.html","","height=300,width=275,menubar=0,resizable=0,scrollbars=0, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	
	function popupCreditsEvolution_en(){
	window.open("/armani_evolution_docs/media_en/evolution_copyright.html","","height=550,width=450,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	function popupDisclaimerEvolution_en(){
	window.open("/armani_evolution_docs/media_en/evolution_disclaimer.html","","height=550,width=450,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	
	function popupCreditsEvolution_jap(){
	window.open("/armani_evolution_docs/media_jap/evolution_copyright.html","","height=550,width=450,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	function popupDisclaimerEvolution_jap(){
	window.open("/armani_evolution_docs/media_jap/evolution_disclaimer.html","","height=550,width=450,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	
	function popupCreditsEvolution_it(){
	window.open("/armani_evolution_docs/media_it/evolution_copyright.html","","height=550,width=450,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	
	//----------POP UP MANZONIDOCS----------------------
	function popupManzoniPress_en(){
	window.open("/manzonidocs/media_en/press/pressmanzoni.html","","height=550,width=450,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	
	function popupManzoniPressnobu_en(){
	window.open("/manzonidocs/media_en/press/pressnobu.html","","height=550,width=450,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	
	function popupManzoniPresscasa_en(){
	window.open("/manzonidocs/media_en/press/presscasa.html","","height=550,width=450,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	function popupManzoniPress_it(){
	window.open("/manzonidocs/media_it/press/pressmanzoni.html","","height=550,width=450,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	
	function popupManzoniPressnobu_it(){
	window.open("/manzonidocs/media_it/press/pressnobu.html","","height=550,width=450,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	
	function popupManzoniPresscasa_it(){
	window.open("/manzonidocs/media_it/press/presscasa.html","","height=550,width=450,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	//----------POP UP VIDEO---------------------
	function popupVideo(URLtoOpen,windowName,windowFeatures){
	newWindow = window.open(URLtoOpen,windowName,windowFeatures)
	}//-----------------------------------------------------
	function chiudi(){
	self.close();
	}
	//----------POP UP GUGGENHEIM---------------------
	function popupGuggenheim_en(){
	window.open("/guggenheim_docs/media_en/gugg_main.html","","height=650,width=980,menubar=0,resizable=0,scrollbars=0, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	function popupGuggenheim_it(){
	window.open("/guggenheim_docs/media_it/gugg_main.html","","height=650,width=980,menubar=0,resizable=0,scrollbars=0, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	function popupGuggenheim_jap(){
	window.open("/guggenheim_docs/media_jap/gugg_main.html","","height=650,width=980,menubar=0,resizable=0,scrollbars=0, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	//----------POP UP THEATRE---------------------
	var win = null;
	function openNewWindow(URLtoOpen, windowName, windowFeatures) { 
	if (!win) {
	  win = newWindow=window.open(URLtoOpen, windowName, windowFeatures);
	} else {
	  win.close();
	  win = null;
	  win = newWindow=window.open(URLtoOpen, windowName, windowFeatures);
	}
	}
	//----------POP UP CREDITS----------------------
	function popupCredits_en(){
	window.open("/credits/credits_en.html","","height=400,width=330,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	function popupCredits_it(){
	window.open("/credits/credits_it.html","","height=400,width=330,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	function popupCredits_jap(){
	window.open("/credits/credits_jap.html","","height=400,width=330,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	//----------POP UP LEGAL NOTICE----------------------
	function popupLegal_en(){
	window.open("/registration/media_en/legal.html","","height=450,width=400,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	function popupLegal_it(){
	window.open("/registration/media_it/legal.html","","height=450,width=400,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}
	function popupLegal_jap(){
	window.open("/registration/media_jap/legal.html","","height=450,width=400,menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=0,top=0")
	}

/*-------------------------------------------------------------*
 * /ga_menu_ibrido/barra_ibrida.jsp                            |
 *------------------------------------------------------------*/

	function openmenu() {	
		plink = '/main.jsp?site=ibrido&movieSession=../GAmenu_ibrido.swf&language=<%=language%>&audio=<%=sound%>';
		this.parent.parent.mainFrame.document.location.href = plink;
	}

/*-------------------------------------------------------------*
 * armani casa
 *------------------------------------------------------------*/

	
function openWin (url,w,h,id,fullscreen)
   {
      if (!id) {id = 'banner';}
      
      position = '';
	
      if(fullscreen == 'true')
      {
      // alert(screen.width+"||"+screen.height);
       w = screen.width-10;
       h = screen.height-20;
       position = ',top=0,left=0,screenX=0,screenY=0'
      } 
      props = "width="+ w +",height="+ h +",location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes"+position;
      //props = "width="+ w +",height="+ h +",location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes"+position;
      window.open(url, id, props);
      
    }

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


//-->