function Zoom(Width,Height,Path,Title) {
	WinFeatures = "top=100,left=100,width="+Width+",height="+Height+",Status=no,toolbar=no,menubar=no,location=no,directories=no,scrollbars=no";
	BigW = window.open("","PWindow",WinFeatures);
	BigW.document.open();
	BigW.document.write("<head><title>"+Title+"</title></head>");
	BigW.document.write("<body bgcolor='#FFFFFF' onblur='window.close()' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><IMG src='"+Path+".jpg' height='"+Height+"' width='"+Width+"' alt='"+Title+"'></body>"); 
	BigW.document.close();
}

_theF = "top=10,left=10,width=750,height=550,Status=no,toolbar=no,menubar=no,location=no,directories=no,scrollbars=yes,resize=no";
_URL01="http://www.1tv.ru/owa/win/ort6_videopage.main?sender=news&p_topic_id=107539&p_video_num=1&counter1_href=287212&counter2_href=id=268366;t=56";
_URL02="http://www.1tv.ru/owa/win/ort6_videopage.main?sender=news&p_topic_id=107499&p_video_num=1&counter1_href=287212&counter2_href=id=268366;t=56";

function OpenLink(url,name,features) { window.open(url,name,features); }

function ViewPage(Nomer) {
	_theURL="/";
	_width=(screen.width-10);
	_height=(screen.height-10);
	_theNAME="WindowName";
	if (Nomer == '0') { _theURL="video.shtml"; _theNAME="AM_Video"; _width="700"; _height="500"; }
	if (Nomer == '1') { _theURL="http://andrey-mironov.freeland.ru/forum/"; _theNAME="AM_Forum"; _width="1024" }
	if (Nomer == '2') { _theURL="project.shtml"; _theNAME="AM_Project"; _width="750"; _height="450"; }
	if (Nomer == '3') { _theURL="cinema.shtml"; _theNAME="AM_Cinema"; _width="750"; _height="500"; }
	if (Nomer == '4') { _theURL="theatre.shtml"; _theNAME="AM_Theatre"; _width="750"; _height="500"; }
	if (Nomer == '5') { _theURL="concert.shtml"; _theNAME="AM_Concert"; _width="750"; _height="500"; }
	if (Nomer == '6') { _theURL="bio.shtml"; _theNAME="AM_Bio"; _width="750"; _height="500"; }
	if (Nomer == '7') { _theURL="photo.shtml"; _theNAME="AM_Photo"; }
	if (Nomer == '8') { _theURL="songs.shtml"; _theNAME="AM_Songs"; _width="750"; _height="500"; }
	if (Nomer == '9') { _theURL="comments.shtml"; _theNAME="AM_Comments"; _width="750"; _height="500"; }
	_theFEATURES = "top=10,left=10,width="+_width+",height="+_height+",Status=no,toolbar=yes,menubar=no,location=no,directories=no,scrollbars=yes,resize=no";
	OpenLink(_theURL,_theNAME,_theFEATURES);
}

function Forum() 	{ ViewPage('1'); }

function Project()	{ ViewPage('2'); }

function Cinema()	{ ViewPage('3'); }

function Theatre()	{ ViewPage('4'); }

function Concert()	{ ViewPage('5'); }

function Bio()		{ ViewPage('6'); }

function Gallery()	{ ViewPage('7'); }

function Songs()	{ ViewPage('8'); }

function Comments()	{ ViewPage('9'); }

function Video()	{ ViewPage('0'); }

function bookmark() {
	url = self.location.href;
	title=document.title;
	if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4))
		{ window.external.AddFavorite(url,title); }
	else
		if (navigator.appName == "Netscape")
			{ window.sidebar.addPanel(title,url,""); }
		else
			{ alert("Press CTRL-D to bookmark"); }
}

function Stat() { this.status = document.title + ' | www.Andrey-Mironov.RU '; }


Stat();

