function regent(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",250)
which2.filters.glow.strength=6
}
function cms(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=88
which2.filters.glow.strength=20
}
function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=20
else if (window.highlighting)
clearInterval(highlighting)
}

function my_q() {document.getElementById("my1").style.display = 'block'}
function my_w() {document.getElementById("my2").style.display = 'block'}
function my_e() {document.getElementById("my3").style.display = 'block'}
function my_r() {document.getElementById("my4").style.display = 'block'}
function my_t() {document.getElementById("my5").style.display = 'block'}

function my_end(){
	document.getElementById("my1").style.display = 'none';
	document.getElementById("my2").style.display = 'none';
	document.getElementById("my3").style.display = 'none';
	document.getElementById("my4").style.display = 'none';
	document.getElementById("my5").style.display = 'none';
}

// Smenyaem IMG
var imgu;
function p_img(my,imga) {imgu=my.src; my.src=imga;return imgu}
function t_img(my) {my.src=imgu}

// PreLoad IMG
img1= new Image();
img1.src= "img/JS-an.gif";