p = path+'/images/koufomata/exothyres/sideries/sideria-';
$(function() {
	$.imgpreload([p+"s1-top.jpg",p+"s2-top.jpg",p+"s3-top.jpg",p+"s4-top.jpg",p+"s5-top.jpg",p+"s6-top.jpg",p+"s7-top.jpg",p+"s8-top.jpg",p+"s9-top.jpg",p+"s10-top.jpg",p+"s11-top.jpg",p+"s12-top.jpg"],{each:function(){},all:function(){}});
	$("#content a.sid").each(
		function(intIndex){
			$(this).bind(
				"click",
					function(){
						$("#sidero").fadeOut(150,function(){
							$(this).attr("src",p+"s"+(intIndex+1)+"-top.jpg").attr("alt","σιδεριά εξωθύρων").fadeIn(150);
						});
						return false;
					}
			);
		}
	);	
});
