<!--
	var preloadFlag = false;
	function pageActions() {
		if (document.images) {
			img001 = loadIMG('_img/_6/_mouse/mainOn.gif');
			img002 = loadIMG('_img/_6/_mouse/chaptersOn.gif');
			img003 = loadIMG('_img/_6/_mouse/membersOn.gif');
			img004 = loadIMG('_img/_6/_mouse/inFocusOn.gif');
			img005 = loadIMG('_img/_6/_mouse/profileOn.gif');
			img006 = loadIMG('_img/_6/_mouse/interviewsOn.gif');
			img007 = loadIMG('_img/_6/_mouse/contactOn.gif');
			img008 = loadIMG('html_images/download-a.gif');
			img009 = loadIMG('html_images/more.gif');
			img010 = loadIMG('html_images/navigation/News_scroller/scrollup-b.gif');
			img011 = loadIMG('html_images/navigation/News_scroller/scroll-down-b.gif');
			preloadFlag = true;
		}
	}

	function changeIMG(imgNAME,imgSRC) {
		if (document.images && (preloadFlag == true)) {
			document.getElementById(imgNAME).src = imgSRC;
		}
	}

	function loadIMG(imgSRC) {
		if (document.images) {
			rslt = new Image();
			rslt.src = imgSRC;
			return rslt;
		}
	}

	function rasterDownload(width,height,downloadID,downloadFileType) {
		winUrl = 'rasterDownload.php?downloadID=' + downloadID + '&downloadFileType=' + downloadFileType;
		if (downloadFileType == 'swf' || downloadFileType == 'mov') {
		} else {
		}
	}

	//Highlight Table Cells Script-- By Dynamic Drive
	//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
	//This credit MUST stay intact for use

	var ns6=document.getElementById&&!document.all
	var ie=document.all

	function changeto(e,highlightcolor){
		source=ie? event.srcElement : e.target
		if (source.tagName=="TR"||source.tagName=="TABLE")
			return
			while(source.tagName!="TD"&&source.tagName!="HTML")
				source=ns6? source.parentNode : source.parentElement
			if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
				source.style.backgroundColor=highlightcolor
	}

	function contains_ns6(master, slave) { //check if slave is contained by master
		while (slave.parentNode)
			if ((slave = slave.parentNode) == master)
				return true;
				return false;
	}

	function changeback(e,originalcolor){
		if (ie&&(event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")||source.tagName=="TR"||source.tagName=="TABLE")
			return
		else if (ns6&&(contains_ns6(source, e.relatedTarget)||source.id=="ignore"))
			return
		if (ie&&event.toElement!=source||ns6&&e.relatedTarget!=source)
			source.style.backgroundColor=originalcolor
	}

	function MM_swapImage() { //v3.0
  		var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   			if ((x=MM_findObj(a[i]))!=null) {
				document.MM_sr[j++]=x; 
				if(!x.oSrc) 
					x.oSrc=x.src; 
					x.src=a[i+2];}
	}

	function openMovieWindow(w,h,src,type) {
		var lp= (screen.width) ? (screen.width-w)/2 : 0;
		var tp = (screen.height) ? (screen.height-h)/2 : 0;
		var settings = 'height='+h+',width='+w+',top='+tp+',left='+lp+',scrollbars=NO,resizable=NO'
			win = window.open("","stud",settings)
			win.document.open();
			win.document.write("<html>\n");
			win.document.write("<head>\n");
			win.document.write("<title>stud.gaudeamus.ru</title>\n");
			win.document.write("</head>\n");
			win.document.write("<body bgcolor='#000000' topmargin='0' leftmargin='0' rightmargin='0' bottommargin='0' marginwidth='0' marginheight='0'>\n");
			if (type == 'QT') {
				win.document.write("<embed src='" + src + "' width='" + w + "' height='" + h + "' controller='true' autoplay='true' align='absmiddle'></embed>");
			} else {
				win.document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='" + w + "' height='" + h + "'>");
				win.document.write("<param name=movie value=\"" + src + "\">");
				win.document.write("<param name=quality value=high>");
				win.document.write("<param name=LOOP value=false>");
				win.document.write("<embed src=\"" + src + "\" width=\"" + w + "\" height=\"" + h + "\" loop='false' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed>");
				win.document.write("</object>");
			}
			win.document.write("</body></html>\n");
			win.document.close();
			win.focus();
	}

function P7_JumpMenu(selObj,restore){ //v1.4 by Project Seven
	var theFullString = selObj.options[selObj.selectedIndex].value;
	if (restore) selObj.selectedIndex=0;
	var theLength = theFullString.length;
	var endPos = theFullString.lastIndexOf("~");
	var theUrl, theTarget, theParent;
	if (endPos > 0) {theUrl = theFullString.substring(0,endPos);}
	else {theUrl = theFullString;}
	endPos++
	if (endPos < theLength) {theTarget = theFullString.substring(endPos,theLength)}
	else {theTarget = "window:Main";}
	if (theTarget == "window:New") {window.open(theUrl);}
	else if (theTarget == "window:Main") {eval("parent.location='"+theUrl+"'");}
	else {eval("parent.frames[\'"+theTarget+"\'].location='"+theUrl+"'");}
}
//-->