/*
	functions:
		function CanviaIdioma()
		function sf()
*/

function CanviaIdioma( lang, origen ) {
//	var cadena = "canvia.php?lang=" + lang + "&origen=" + origen;
//	document.location.href="/cambratest/includes/canvia.php?lang=" + lang + "&origen=" + origen;
	document.location.href="/includes/canvia.php?lang=" + lang + "&origen=" + origen;
}


function sf( id )	{
	eval("document.getElementById(" + id + ").focus()");
}


function NovaFinestra(URLStr) {
	window.open(URLStr,'','menubar=no,scrollbars=yes,status=no,dependent=yes,toolbar=yes,left=100,top=100,height=500,width=700');
}


function NovaFinestra2(URLStr, nom, left, top, width, height) {
	window.open(URLStr,nom,'menubar=no,scrollbars=no,status=yes,dependent=yes,toolbar=no,height='+height+',width='+width+',left='+left+',top='+top);
}