counters='<img src=http://counter.rambler.ru/top100.cnt?1009200 width=1 height=1 border=0 style=visibility:hidden><img src=http://hit17.hotlog.ru/cgi-bin/hotlog/count?s=406719&amp;im=133 border=0 width=88 height=31 style=visibility:hidden>';

function showpic (file,w,h,title) {
	var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=no,scrollbars=no";
	myWin= open("", name,win);
	myWin.document.open();
	myWin.document.write("<html><head><title>"+title);
	myWin.document.write("</title></head><body topmargin=0 leftmargin=0 bottommargin=0 rightmargin=0>");
	myWin.document.write("<img src='"+file+"' width="+w+" height="+h+" border=0 alt='"+title+"'>");
	myWin.document.write(counters);
	myWin.document.write("</body></html>");
}

function sendsms()
{
    window.open('/sms.html', 'sendsms', 'width=350, height=380, scrollbars=yes, dependent=yes, resizable=no');
}

function showarchive()
{
    window.open('/archive.html', 'archive', 'width=760, height=480, scrollbars=yes, dependent=yes, resizable=no');
}

function comments(id)
{
    window.open('/comments.html?id='+id, 'comment_'+id, 'width=450, height=500, scrollbars=yes, dependent=yes, resizable=no');
}

function photos(id)
{
    window.open('/photos.html?id='+id, id, 'width=392, height=540, scrollbars=yes, dependent=yes, resizable=no');
}

function showfilm(id)
{
    window.open('/afisha/film.html?id='+id, 'film_'+id, 'width=450, height=400, scrollbars=yes, dependent=yes, resizable=no');
}

function showrss()
{
    window.open('/rss.html', 'rss', 'width=450, height=400, scrollbars=yes,dependent=yes, resizable=no');
}

function set_cookie(name, value)
{
	expires = new Date();
	expires.setTime(expires.getTime() + (1000 * 86400 * 365));
	document.cookie = name + "=" + escape(value) + "; expires=" + expires.toGMTString() +  "; path=/";
}
