﻿img = new Image();img.src="./univ.jpg";img.src="./high.jpg";
function SetPicture(filename)
{
	document.images["PICTURE"].src=filename;
}
function MoveMenu()
{
	document.getElementById("GATE_PARENT").style.left = String(Math.max((window.innerWidth - 550) / 2, 0)) + "px";
}
if(window.navigator.appVersion.indexOf("MSIE") == -1){
	window.setInterval("MoveMenu();",100);
}
