
//---------------------------------------------------------------------------------------------
// Copyright © 2001-2004 romanlazarev.com
//---------------------------------------------------------------------------------------------

function popup (url,w,h) {
	t = (screen.height/2)-(h); 
	l = (screen.width/2)-(w/2);
	wd = window.open (url, '','location=no,scrollbars=yes,menubar=no,resizable=no,top='+t+',left='+l+',width='+w+',height='+h);
}

 function sdas() {window.status='';}
  window.status='© 2004 | www.suzdaltour.ru';

function moveit(img,url)
{
document.images[img].src=url;
}


//---------------------------------------------------------------------------------------------

