// JavaScript Document

function cont() {
	document.getElementById("error").style.height="0";
	}

function commON() {
	
	document.getElementById("comm2").src="images/commON.gif";
	document.getElementById("comm").src="images/commROCKS.gif";
	}
	
	function commOFF() {
		document.getElementById("comm").src="images/commSTOPS.gif";
		document.getElementById("comm2").src="images/commOFF.gif";
		}
		
function corpON() {
	document.getElementById("corp").src="images/corpROCKS.gif";
	document.getElementById("corp2").src="images/corpON.gif";
	}
	
	function corpOFF() {
		document.getElementById("corp").src="images/corpSTOPS.gif";
		document.getElementById("corp2").src="images/corpOFF.gif";
		}

function portON() {
	document.getElementById("port").src="images/portROCKS.gif";
	document.getElementById("port2").src="images/portON.gif";
	}
	
	function portOFF() {
		document.getElementById("port").src="images/portSTOPS.gif";
		document.getElementById("port2").src="images/portOFF.gif";
		}
		
function weddON() {
	document.getElementById("wedd").src="images/weddROCKS.gif";
	document.getElementById("wedd2").src="images/weddON.gif";
	}
	
	function weddOFF() {
		document.getElementById("wedd").src="images/weddSTOPS.gif";
		document.getElementById("wedd2").src="images/weddOFF.gif";
		}
		
		
		
		
function changeMySrcWHOon() {
	document.getElementById("Img1").src="images/WHOon.gif";
	setTimeout (function() { document.getElementById("Img1").src="images/WHOoff.gif"},300);
	}
function changeMySrcWHOoff() {
	document.getElementById("Img1").src="images/WHOanimOPEN.gif";
	setTimeout (function() { document.getElementById("Img1").src="images/WHOanimCLOSE.gif"}, 2500);
	}
	
function changeMySrcWHAThover() {
	document.getElementById("Img2").src="images/WHATon.gif";
	setTimeout (function() { document.getElementById("Img2").src="images/WHAToff.gif"},300);
	}
function changeMySrcWHATclick() {
	document.getElementById("Img2").src="images/WHATanimOPEN.gif";
	setTimeout (function() { document.getElementById("Img2").src="images/WHATanimCLOSE.gif"}, 2500);
	}
	
function changeMySrcCONNECThover() {
	document.getElementById("Img3").src="images/CONNECTon.gif";
	setTimeout (function() { document.getElementById("Img3").src="images/CONNECToff.gif"},300);
	}
function changeMySrcCONNECTclick() {
	document.getElementById("Img3").src="images/CONNECTanimOPEN.gif";
	setTimeout (function() { document.getElementById("Img3").src="images/CONNECTanimCLOSE.gif"}, 2500);
	}

function changeMySrcHOMEon() {
	document.getElementById("Img4").src="images/HOMEon.gif";
	setTimeout (function() { document.getElementById("Img4").src="images/HOMEoff.gif"},300);
	}
function changeMySrcHOMEoff() {
	document.getElementById("Img4").src="images/HOMEoff.gif";
	}

function changeMySrcBLOG() {
	document.getElementById("Img5").src="images/BLOGon.gif";
	setTimeout (function() { document.getElementById("Img5").src="images/BLOGoff.gif"},300);
	}
function changeMySrcBLOG2() {
	document.getElementById("Img5").src="images/BLOGoff.gif";
	}
	
	function SMFon(){
		document.getElementById("ImgFB").src="images/SMface3.gif";
		}
	
	function SMFoff(){
		document.getElementById("ImgFB").src="images/SMface1.gif";
		}
		
	function SMTon(){
		document.getElementById("ImgTW").src="images/SMtwit3.gif";
		}
	
	function SMToff(){
		document.getElementById("ImgTW").src="images/SMtwit1.gif";
		}
		
	function SMBon(){
		document.getElementById("ImgBL").src="images/SMblog4.gif";
		}
	
	function SMBoff(){
		document.getElementById("ImgBL").src="images/SMblog3.gif";
		}




