// JavaScript Document

function show_img(id) {
	NewWin = window.open("/view/image.php?id=" + id, id,"resizable=no,screenX=16,screenY=16,titlebar=no,width=512,height=128");
	NewWin.focus();
}

function show_video(v,c) {
	ShowPic = window.open("/view/video.php?video=" + v + "&comment=" + c, "ShowVod","resizable=no,screenX=16,screenY=16,titlebar=no,width=512,height=128");
	ShowPic.focus();
}

function menu_ico (item_id, over){
	var prefix = over ? '_over' : '';
	document.getElementById('menu_'+item_id).src = '/_img/menu/' + item_id + prefix + '.png';
}

function mail_address(login) {
	var server = 'baykanur.com';
	var email  = login+'@'+server;
	var url = 'mailto:'+email;
	document.write('<a href="'+url+'">'+email+'</a>');
}

function banners(count) {
	document.write('<a href="http://yandex.ru/cy?base=0&amp;host=www.baykanur.com/"><img src="http://www.yandex.ru/cycounter?www.baykanur.com/"' +
	'width="88" height="31" alt="" title="ßíäåêñ öèòèðîâàíèÿ" /></a> ');

	if (count) {
		document.write('<a href="http://www.liveinternet.ru/click" target="_blank" rel="nofollow"><img'+
		' src="http://counter.yadro.ru/hit?t39.06;r'+escape(document.referrer)+((typeof(screen)=="undefined")?"":
		";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
		";"+Math.random()+'" alt="" title="LiveInternet" /><\/a>')
	} else {
		document.write('<img src="/_img/banners/li.gif" alt="" title="LiveInternet" />')
	}
}

