function printPage() {
	var str = ""+window.location;
	var ch = (str.indexOf("?")==-1) ? "?" : "&";
	str.replace("#",ch);
	var ch = (str.indexOf("?")==-1) ? "?" : "&";
	window.open(str+ch+"type=98");
}

function pdfPage() {
	var str = ""+window.location;
	var ch = (str.indexOf("?")==-1) ? "?" : "&";
	str.replace("#",ch);
	var ch = (str.indexOf("?")==-1) ? "?" : "&";
	window.open(str+ch+"type=1234");
}

function preinscripcioCurs() {
	window.location = baseURL+"index.php?id="+id_preinscripcio_curs+"&L="+L+"&curs="+page_title;
}

function infoCurs() {
	window.location = baseURL+"index.php?id="+id_info_curs+"&L="+L+"&curs="+page_title;
}

function ajudaCurs() {
	window.location = baseURL+"index.php?id="+id_info_curs+"&L="+L+"&curs="+page_title;
}

var winwidth = ( (document.documentElement.clientWidth)||(document.documentElement.clientWidth==0) ) ? document.documentElement.clientWidth : document.body.clientWidth;

if (winwidth<1152) {
	document.write('<style type="text/css">#container{margin-left:-440px;width:880px;}</style>');
	document.write('<style type="text/css">#banner_right{width:880px;margin:0px;}</style>');
}

function resizeWindow() {
	var winwidth = (document.documentElement.clientWidth) ? document.documentElement.clientWidth : document.body.clientWidth;
	if (winwidth<1152) {
		document.getElementById("container").style.width = "880px";
		document.getElementById("container").style.marginLeft = "-440px";
		document.getElementById("banner_right").style.width = "880px";
	} else {
		document.getElementById("container").style.width = "1105px";
		document.getElementById("container").style.marginLeft = "-552px";
		document.getElementById("banner_right").style.width = "221px";
	}
}

var nombre_banners_dreta = 3;
function fixBannersRight() {
	var h = nombre_banners_dreta*169;
	document.getElementById("banner_right").style.height = h+"px";
}
