var imgid;
			function socroloverstart(imgid){
					if(imgid=="deviant"){
					document.getElementById(imgid).src="img/socicon/over/Deviant-Art-icon.png";
					document.getElementById(imgid).style.cursor='pointer';
					}
					if(imgid=="facebook"){
					document.getElementById(imgid).src="img/socicon/over/Facebook-icon.png";
					document.getElementById(imgid).style.cursor='pointer';
					}
					if(imgid=="fotokritik"){
					document.getElementById(imgid).src="img/socicon/over/fotokritik-icon.png";
					document.getElementById(imgid).style.cursor='pointer';
					}
					if(imgid=="twitter"){
					document.getElementById(imgid).src="img/socicon/over/Twitter-icon.png";
					document.getElementById(imgid).style.cursor='pointer';
					}
					if(imgid=="vimeo"){
					document.getElementById(imgid).src="img/socicon/over/Vimeo-icon.png";
					document.getElementById(imgid).style.cursor='pointer';
					}
					
				}
			function socroloverend(imgid){
					if(imgid=="deviant"){
					document.getElementById(imgid).src="img/socicon/static/Deviant-Art-icon.png";
					document.getElementById(imgid).style.cursor='';
					}
					if(imgid=="facebook"){
					document.getElementById(imgid).src="img/socicon/static/Facebook-icon.png";
					document.getElementById(imgid).style.cursor='';
					}
					if(imgid=="fotokritik"){
					document.getElementById(imgid).src="img/socicon/static/fotokritik-icon.png";
					document.getElementById(imgid).style.cursor='';
					}
					if(imgid=="twitter"){
					document.getElementById(imgid).src="img/socicon/static/Twitter-icon.png";
					document.getElementById(imgid).style.cursor='';
					}
					if(imgid=="vimeo"){
					document.getElementById(imgid).src="img/socicon/static/Vimeo-icon.png";
					document.getElementById(imgid).style.cursor='';
					}
					
				}
