$(document).ready( function() {

	// Flash;
	$("#flash1").flash({
		src: "/templates/flash/21vek.swf",
		width: "950",
		height: "160",
		wmode: "transparent"
	});




});

function img_show(type,id) {
	if ($('#u_img').attr("src") != '/templates/images/'+type+'.png') $('#u_img').hide();
    $('.uuu').hide();
    $('div.'+type).show();
    $('#u_img').attr({src:'/templates/images/'+type+'.png'});
    $('#uss td').attr({style:'padding:3px 15px 8px 14px;'});
    $('#uss a').attr({style:'border-bottom:1px dashed #28539c; font-size:24; color:#28539c; text-decoration:none;'});
    $('#class_attr'+id).attr({style:"padding:3px 15px 8px 14px; font-size:24; color:#FFF; background: url('/templates/images/"+type+"2.png') no-repeat center;  text-decoration:none; "});
    $('#class_attrtd'+id).attr({style:'padding:0px 0px 0px 0px;'});
}


