var callAmpliado = false;
function showIframe(ampliado){
	var theIframe = document.getElementById("concesionarios");
	//theIframe.src = "http://bs.viamichelin.com/b2b2cv2/client_data/HYUNDAI_SPAIN/147231/esp/index.html?productId=147231&cmd=dlhome";
	
	if(ampliado == 1){
		theIframe.className = "";		
		theIframe.src = "http://www.hyundai.es/dev/iframe-container.html";
	} else if (ampliado == 2){
		theIframe.className = "";		
		theIframe.src = "http://www.hyundai.es/dev/iframe-container_pruebavehiculo.html";
	} else if (ampliado == 3){
		theIframe.className = "";		
		theIframe.src = "http://www.hyundai.es/dev/iframe-container_pruebataller.html";
	} else if (ampliado == 4){
		theIframe.className = "";		
		theIframe.src = "http://www.hyundai.es/dev/iframe-container_siteaccesorios.html";
	} else {
		theIframe.className = "basico";		
		theIframe.src = "http://bs.viamichelin.com/b2b2cv2/esp/dyn/controller/bfm?productId=147231&index=true";
	}
		
	//posiciona el iframe en pantalla
	var oTheIframeContent = document.getElementById("theIframe");
	oTheIframeContent.className="setCenter";
	
	var oTheOverlay = document.getElementById("theOverLay");
	oTheOverlay.style.display="block";	
}

function hideIframe(){
	//
	var theIframe = document.getElementById("concesionarios");
	theIframe.src = "../dev/blank.html";
		
	//posiciona el iframe en pantalla
	var oTheIframeContent = document.getElementById("theIframe");
	oTheIframeContent.className="";
	
	var oTheOverlay = document.getElementById("theOverLay");
	oTheOverlay.style.display="none";	
	
	theSWFFocus = document.getElementById("flashcontent");
	theSWFFocus.focus();
}
