// JavaScript Document

function SelectThis(){
        if (document.Global.Site.options[document.Global.Site.selectedIndex].value != "none"){ 
        location = document.Global.Site.options[document.Global.Site.selectedIndex].value}        
}
var usragent=navigator.userAgent.toLowerCase();
var is_mac  = (usragent.indexOf("mac") != -1);
var is_win  = (usragent.indexOf("win") != -1);
var is_ie   = (usragent.indexOf("msie") != -1); 
var is_nav  = ((usragent.indexOf('mozilla')!=-1) && (usragent.indexOf('spoofer')==-1) 
            && (usragent.indexOf('compatible') == -1) && (usragent.indexOf('opera')==-1) 
            && (usragent.indexOf('webtv')==-1));
var PrintWindow;

on_img1 = new Image();
on_img1.src = "../images/header/main_menu/menu_home_ovgif";
on_img2 = new Image();
on_img2.src = "../images/header/main_menu/menu_produnts_ovgif";
on_img3 = new Image();
on_img3.src = "../images/header/main_menu/menu_education_ovgif";
on_img4 = new Image();
on_img4.src = "../images/header/main_menu/menu_news_ovgif";
on_img5 = new Image();
on_img5.src = "../images/header/main_menu/menu_event_ovgif";
on_img6 = new Image();
on_img6.src = "../images/header/main_menu/menu_support_ovgif";
on_img7 = new Image();
on_img7.src = "../images/header/main_menu/menu_informatoin_ovgif";

function Rollover(theImage, theSrc)
{
var objStr,obj;
	if(document.images)
	{
		if (typeof(theImage) == 'string') 
		{
			objStr = 'document.' + theImage;
			obj = eval(objStr);
			obj.src = theSrc;
		} 
		else if ((typeof(theImage) == 'object') && theImage && theImage.src) 
		{
			theImage.src = theSrc;
		}
	}
}

//Education CALC

function OpenWin(){
window.open("flow_chart.htm","win1","toolbar = no,location = no,status = yes,menubar = no,scrollbars = no,width=980,height=580");
}
