
function url() {
	 window.location = "http://www.periciales.es";///Web/esp/offices/office.html?file=barcelona.html&city=Barcelona";
}

 function loadOffices() {
		//$(".islice").fadeOut('fast');							
		//$('.pdf').hide();
		/*$(".islice").hide();
		$(".tabs").attr("src","Web/img/frontend/tabs-contact.gif");
		//$(".islice").load("contact2.html").fadeIn(3000);
		//$("#goo").hide();
		
		$(".islice").load("Web/esp/contact2.html", function(data){
				//alert(data);
			
			//$(window).load = estasi();
		
		
		}).fadeIn(3000);;*/
		
		//alert ('esta');
		//alert($(this).html());
		
		//$('#idFrame').contents().find('#someID').html();
		
		//$('#idFrame').find('body').html('<div><p>This frame was modified with jQuery! Yay!!!</p></div>')


//var $currentIFrame = $('#uploadIFrame'); 
//$currentIFrame.contents().find("body #hiddenExample").val("Value from parent file.");

		//var currentIFrame = $('#idFrame'); 
		//currentIFrame.contents().find("#someID");//.val("Value from parent file.");
		if (parent.frames[0].$)		
		{
			
			//alert("hay un frame");	
			
			//var $currentIFrame = parent.frames[0].$;
			
			//$currentIFrame.contents();//.find("#someID").val("Value from parent file.");
			
			//parent.frames[0].$("#someID").html("Value from parent file.");
			
			//parent.frames[0].$(".islice").hide();
			//parent.frames[0].$(".tabs").attr("src","../img/frontend/tabs-contact.gif");
			//$(".islice").load("contact2.html").fadeIn(3000);
			//$("#goo").hide();
			
			parent.frames[0].$(".islice").load("offices.html", function(data){
														//alert(data);
												
												//$(window).load = estasi();
												
												
											}).fadeIn(3000);
			
			
		}

 }
 

 

 
