



function showT(ident,q){ 
var image;
		document.getElementById(q).setAttribute('src',"wp-content/themes/Window/Nav/"+q+ident+'.png'); 		


}  

function showS(ident,q){ 
var image;
		document.getElementById(q).setAttribute('src',"wp-content/themes/Window/social_buttons/"+q+ident+'.png'); 		


}  


