var ver = navigator.appVersion.toLowerCase();

if (ver.indexOf("mac") != -1) {

// platform is Macintosh
	document.write('<link rel="stylesheet" href="../style/GMIP.Mac.css">');
} else {

// platform is something else, probably Windows
	document.write('<link rel="stylesheet" href="../style/GMIP.Win.css">');
}

					about_on = new Image(90,22)
                    about_on.src = "../images/aboutbttn_f2.gif"
                    about_off = new Image(90,22)
                    about_off.src = "../images/aboutbttn.gif"
					
					tech_on = new Image(126,22)
                    tech_on.src = "../images/techbttn_f2.gif"
                    tech_off = new Image(126,22)
                    tech_off.src = "../images/techbttn.gif"
										
					entrepreneur_on = new Image(87,22)
                    entrepreneur_on.src = "../images/entrepreneurbttn_f2.gif"
                    entrepreneur_off = new Image(87,22)
                    entrepreneur_off.src = "../images/entrepreneurbttn.gif"
										
					industry_on = new Image(75,22)
                    industry_on.src = "../images/industrybttn_f2.gif"
                    industry_off = new Image(75,22)
                    industry_off.src = "../images/industrybttn.gif"
															
					news_on = new Image(106,39)
                    news_on.src = "../images/newsbttn_f2.gif"
                    news_off = new Image(106,39)
                    news_off.src = "../images/newsbttn.gif"
																				
					sitemap_on = new Image(60,39)
                    sitemap_on.src = "../images/sitemapbttn_f2.gif"
                    sitemap_off = new Image(60,39)
                    sitemap_off.src = "../images/sitemapbttn.gif"
																				
					contact_on = new Image(72,39)
                    contact_on.src = "../images/contactbttn_f2.gif"
                    contact_off = new Image(72,39)
                    contact_off.src = "../images/contactbttn.gif"
																				
					GMUtech_on = new Image(103,39)
                    GMUtech_on.src = "../images/GMUtechbttn_f2.gif"
                    GMUtech_off = new Image(103,39)
                    GMUtech_off.src = "../images/GMUtechbttn.gif"
																
				function chgimage(imgst,imgName){
				document [imgName].src = eval(imgName + "_" + imgst + ".src");
			}

			
var Floater;  
function stopError()
{
 return true; 
}  
 
function iipopwin(fileName, wide, tall, n) 
{ 
var needBars=n;
features = 'toolbar=' + needBars + ',location=' + needBars + ',directories=' + needBars + ',status=' + needBars +', menubar=' + needBars + ',scrollbars=' + needBars +', resizable=' + needBars + ',toobar=' + needBars + ',width='+wide+',height='+tall+ ',left=0,top=0'; 
 if ((navigator.appName=="Microsoft Internet Explorer") && (navigator.appVersion.substring(0,3)=="4.0")) {
    if ((Floater) && (Floater.closed == false)) {
       Floater.close();
    }
 }     
 Floater = window.open(fileName, 'ITCompass', features);
      Floater.self.focus(); 
}  
 
window.onerror = stopError;