
var opc1=new Image();
var opc1f=new Image();
opc1.src="./images/webmaster.jpg";
opc1f.src="./images/web-master.jpg";
function Flash(name,src){
document.images[name].src=src.src;
}
function click() {
	if (event.button==2) {
		alert("IMPOSSIBLE !");
	}
}
////  
document.onmousedown=click

//////////////

function obre_pop(nom,ample,alt,scrollbar){
	if (ample > screen.width) {//Afegeix Toolbar segons la resolució pantalla
		ample=screen.width;
		scrollbar="Yes";
	}else if (alt > screen.height) {
		alt=screen.height;
		scrollbar="Yes";
	}
	posx= (screen.width-ample)/2;
	posy= (screen.height-alt)/2-50; 
	if (posy<0){posy=0;}
	opcions='width='+ample+', height='+alt+', left='+posx+', top='+posy+', toolbar=NO, scrollbars='+scrollbar;
	window.open(nom,'',opcions);
}



// borrats de banner:
/*
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>

<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8329734-1");
pageTracker._trackPageview();
} catch(err) {}</script>
*/
/////
