function setHomepage(f){
	f.style.behavior='url(#default#homepage)';
	f.setHomePage(document.location.href);
}

function addBookmark(){
	window.external.addFavorite(document.location.href, '��� ������-� / ���������������� ��������������� �������');
}

function pic(image, title) {
	photo = window.open("", '_blank', "toolbar=0,location=0,directories=0,status=0,menubar=0, scrollbars=0,resizable=1,copyhistory=0,width=800,height=580");
	photo.document.open();
	photo.document.write("<html><head>");
	photo.document.write("<title>�������� / " + title + "</title>");
	photo.document.write("</head><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
	photo.document.write("<table width='100%' height='100%' cellspacing='0' cellpadding='0'><tr><td align='center' valign='middle'><a href=\"javascript:this.window.close();\"><img src=/images/ss/" + image + " alt='" + title + "' border=0></a><br><font size=-2 color=#aaaaaa>���� �� �������� <a href=\"javascript:this.window.close();\">���������</a> ����</td></tr></table></body></html>");
}

