window.link=x;
	
	return false;}

function so(x){
	if(x==0){x="";}
	document.getElementById("port2").style.backgroundImage="url(/img/"+link+x+".jpg)";
	return false;
	}


function g(x){document.getElementById(x).style.borderColor="#f00";}
function r(x){document.getElementById(x).style.borderColor="#c60";}

window.onfocus=function(){
	if(document.getElementById("form")){
		document.getElementById("fname").onfocus=function(){g("fname");};
		document.getElementById("fcity").onfocus=function(){g("fcity");};
		document.getElementById("fcount").onfocus=function(){g("fcount");};
		document.getElementById("femail").onfocus=function(){g("femail");};
		document.getElementById("fcom").onfocus=function(){g("fcom");};
		document.getElementById("fname").onblur=function(){r("fname");};
		document.getElementById("fcity").onblur=function(){r("fcity");};
		document.getElementById("fcount").onblur=function(){r("fcount");};
		document.getElementById("femail").onblur=function(){r("femail");};
		document.getElementById("fcom").onblur=function(){r("fcom");};
		}
		
	if(document.getElementById("img")){
		document.getElementById("img").oncontextmenu=function(){return false}
		document.getElementById("img").onmousedown=function(e){
			if((navigator.appName=="Netscape"&&e.which>1)||(navigator.appName!="Netscape"&&(event.button >1))){
				a=confirm(unescape("%A9")+" Alejandro Barrag"+unescape("%E1")+"n 2005-"+new Date().getYear()+".\n\nContact Unleashed Vision for image reproduction licenses.");
				if(a==true){window.location="/contact/";}else{return false;}
				}
			}
		}
	}