var pre = new Array();
function preload(){
for (i=0;i<preload.arguments.length;i++){
pre[i]=new Image();
pre[i].src = '/images/'+preload.arguments[i];
}
}

var buf;
function over(n){
if (pre[n]){
buf=document.images[n+2].src;
document.images[n+2].src=pre[n].src;
pre[n].src=buf;
}
}
preload('uslugi-over.gif','pans-over.gif','zakaz-over.gif','transf-over.gif','photo-over.gif','otzyvi-over.gif','znakom-over.gif','bm_anim.gif');

function zoomgor(name)
{
name="'"+name+".jpg'";
w_new=window.open("","w_new","width=600, height=475");
w_new.focus();
w_new.document.write("<html><head><title>Фотоэкскурсия</title><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><link rel='stylesheet' type='text/css' href='/new.css'></head><body>");
w_new.document.write("<center><img src="+name+"border='2'><br><a class='close' href='javascript:window.close();'>Закрыть окно</a>");
w_new.document.write("</center></body></html>");
w_new.document.close();
}
function zoomvert(name)
{
name="'"+name+".jpg'";
w_new=window.open("","w_new","width=450, height=600");
w_new.focus();
w_new.document.write("<html><head><title>Фотоэкскурсия</title><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><link rel='stylesheet' type='text/css' href='/new.css'></head><body>");
w_new.document.write("<center><img src="+name+"border='2'><br><a class='close' href='javascript:window.close();'>Закрыть окно</a>");
w_new.document.write("</center></body></html>");
w_new.document.close();
}

