//////// 


function launch(newURL, newName, newFeatures, orgName) 
	{

	var remote = open(newURL, newName, newFeatures);
  		if (remote.opener == null)
   	 		remote.opener = window;
  			remote.opener.name = orgName;
  			return remote;
	}
	
	

function apri_pop()
{
 	//commentend by divya --launch('170_popup/index.html','170_Years_since_1837','top=50,left=50,width=400,height=500','myWindow');
 	 //	launch('170_popup/index.html','170_Years_since_1837','top=50,left=50,width=500,height=600','myWindow');

}	



function chiudi_cambia()
    {
    	window.open('/it_IT/societa/storia.jhtml','myWindow');
   	window.close();
    } 
