function openurl(url, target, width, height, scroll) { 
	if (height!=0) str = 'width='+width+',height='+height+',';
	str += 'location=0,toolbar=0,menubar=0,status=0,scrollbars='+scroll;
	//alert(str);
	window.open(url,target,str);
}

var IE = document.all?true:false;
function preload(imgs) {
	if (document.images) {
		for( var i=0; i<imgs.length; i++) {
			eval (imgs[i]+'_off = new Image()')
			eval (imgs[i]+'_off.src = "/img/' + imgs[i] + '_off.gif"')
			eval (imgs[i]+'_on = new Image()')
			eval (imgs[i]+'_on.src = "/img/' + imgs[i] + '_on.gif"')
		}
	}
}
var imgs = new Array("nav_raboti","nav_about","nav_news", "nav_partneram","nav_contacts","nav_tips","ico_home","ico_search","ico_map","ico_mail","button_send","button_find");
preload(imgs);

function show(pic, type) {
	eval ('pic.src = '+type+'_on.src')
}
function hide(pic, type) {
	eval ('pic.src = '+type+'_off.src')
}
function hlop() {
	if (document.all.maplist) {
		parent.maplist.xSearch();
	}
}
