// JavaScript Document

jQuery(document).ready(function() {
	if(window.innerHeight<600){
		$('#flashcontent').css({'top':'0','margin-top':'5px', 'margin-bottom':'10px'});
	}
});
$(window).resize(function() {
	if(window.innerHeight<600){ 
		$('#flashcontent').css({'top':'0','margin-top':'5px', 'margin-bottom':'10px'});
	}else{
		$('#flashcontent').css({'top':'50%','margin-top':'-285px'});
	}
});




function legalCat(){
	var width = 880;
	var height = 410;
	var left = parseInt((screen.availWidth/2) - (width/2));
	var top = parseInt((screen.availHeight/2) - (height/2));
	var windowFeatures = "width=" + width + ",height=" + height + ",scrollbars=no,left=" + left + ",top=" + top + "screenX=" + left + ",screenY=" + top;
	myWindow = window.open("http://www.dmesfont.cat/templates/PUBLIC/legal.cat.html", "legalWind", windowFeatures);
}
function legalEsp(){
	var width = 880;
	var height = 410;
	var left = parseInt((screen.availWidth/2) - (width/2));
	var top = parseInt((screen.availHeight/2) - (height/2));
	var windowFeatures = "width=" + width + ",height=" + height + ",scrollbars=no,left=" + left + ",top=" + top + "screenX=" + left + ",screenY=" + top;
	myWindow = window.open("http://www.dmesfont.cat/templates/PUBLIC/legal.esp.html", "legalWind", windowFeatures);
}
function alertEsp(){alert('Estamos actualizando contenidos.\nDisculpe las molestias.');}
