function showphoto(){
drnd = new Date();
TTT = Math.round(drnd.getSeconds()/5);

document.write("<IMG SRC='pic/photo/big/big"+TTT+"l.jpg' alt='Аренда vip такси Мерседес' width='230' height='290' BORDER='0'>");

}
function showphoto11(){
document.write("<img src='pic/photo/big/big"+TTT+"r.jpg' alt='Аренда vip такси Мерседес' width=390 height=290 hspace=0 vspace=0 border=0>");

}


function in1(name) {
name.className="in"
}
function out1(name) {
name.className="out"
}

function showphotos(){
drnd = new Date();
TTT = Math.round(drnd.getSeconds()/20);
document.write("<IMG SRC='pic/photo/small/t"+TTT+".jpg' alt='Аренда vip такси Мерседес' width='230' height='200' BORDER='0'><BR>");

}
function showphoto1s(){
drnd = new Date();
TTT = Math.round(drnd.getSeconds()/20);
document.write("<IMG SRC='pic/photo/small/b"+TTT+".jpg' alt='Аренда vip такси Мерседес' width='230' height='90' BORDER='0'>");

}

var
    but1 = new Image();
	but1.src  = "pic/prokat_butt_vert_.gif";
	but1s = new Image();
	but1s.src = "pic/prokat_butt_vert.gif";
    but2 = new Image();
	but2.src  = "pic/prokat_butt_vert_.gif";
	but2s = new Image();
	but2s.src = "pic/prokat_butt_vert.gif";
    but3 = new Image();
	but3.src  = "pic/price_.gif";
	but3s = new Image();
	but3s.src = "pic/price.gif";
    but4 = new Image();
	but4.src  = "pic/podrobno_.gif";
	but4s = new Image();
	but4s.src = "pic/podrobno.gif";
	
function rollon(imgName,imgName2) {
	imgName.src = imgName2.src;
}