
var ver = navigator.appVersion.toLowerCase();

if (ver.indexOf("mac") != -1) {

// platform is Macintosh
	document.write('<link rel="stylesheet" href="../style/K.Mac.css">');
} else {

// platform is something else, probably Windows
	document.write('<link rel="stylesheet" href="../style/K.Win.css">');
}

					profile_on = new Image(23,26)
                    profile_on.src = "../images/profileSUB_f2.gif"
                    profile_off = new Image(23,26)
                    profile_off.src = "../images/profileSUB.gif"
										
					clients_on = new Image(16,26)
                    clients_on.src = "../images/clientsSUB_f2.gif"
                    clients_off = new Image(16,26)
                    clients_off.src = "../images/clientsSUB.gif"
					
					folio_on = new Image(15,23)
                    folio_on.src = "../images/folioSUB_f2.gif"
                    folio_off = new Image(15,23)
                    folio_off.src = "../images/folioSUB.gif"
					
					news_on = new Image(19,19)
                    news_on.src = "../images/newsSUB_f2.gif"
                    news_off = new Image(19,19)
                    news_off.src = "../images/newsSUB.gif"
					
					knowhow_on = new Image(16,23)
                    knowhow_on.src = "../images/knowhowSUB_f2.gif"
                    knowhow_off = new Image(16,23)
                    knowhow_off.src = "../images/knowhowSUB.gif"
					
					fun_on = new Image(16,15)
                    fun_on.src = "../images/funSUB_f2.gif"
                    fun_off = new Image(16,15)
                    fun_off.src = "../images/funSUB.gif"
					
					store_on = new Image(15,19)
                    store_on.src = "../images/storeSUB_f2.gif"
                    store_off = new Image(15,19)
                    store_off.src = "../images/storeSUB.gif"
					
					contact_on = new Image(23,19)
                    contact_on.src = "../images/contactSUB_f2.gif"
                    contact_off = new Image(23,19)
                    contact_off.src = "../images/contactSUB.gif"
					
					subtitle = new Image(88,19)
					subtitle.src = "../images/titleSUB.gif"

					subtitle1 = new Image(88,19)
					subtitle1.src = "../images/titleSUBprofile.gif"
					
					subtitle2 = new Image(88,19)
					subtitle2.src = "../images/titleSUBclients.gif"
					
					subtitle3 = new Image(88,19)
					subtitle3.src = "../images/titleSUBfolio.gif"
					
					subtitle4 = new Image(88,19)
					subtitle4.src = "../images/titleSUBnews.gif"
					
					subtitle5 = new Image(88,19)
					subtitle5.src = "../images/titleSUBknowhow.gif"
					
					subtitle6 = new Image(88,19)
					subtitle6.src = "../images/titleSUBfun.gif"
					
					subtitle7 = new Image(88,19)
					subtitle7.src = "../images/titleSUBstore.gif"
										
					subtitle8 = new Image(88,19)
					subtitle8.src = "../images/titleSUBcontact.gif"

					logos_on = new Image(45,30)
                    logos_on.src = "../images/logosbttn_f2.gif"
                    logos_off = new Image(45,30)
                    logos_off.src = "../images/logosbttn.gif"
					
					print_on = new Image(55,19)
                    print_on.src = "../images/print_f2.gif"
                    print_off = new Image(55,19)
                    print_off.src = "../images/print.gif"
					
					web_on = new Image(50,19)
                    web_on.src = "../images/web_f2.gif"
                    web_off = new Image(50,19)
                    web_off.src = "../images/web.gif"
					
					id_on = new Image(33,19)
                    id_on.src = "../images/id_f2.gif"
                    id_off = new Image(33,19)
                    id_off.src = "../images/id.gif"
					
					imagery_on = new Image(83,19)
                    imagery_on.src = "../images/imagery_f2.gif"
                    imagery_off = new Image(83,19)
                    imagery_off.src = "../images/imagery.gif"
					
					misc_on = new Image(48,19)
                    misc_on.src = "../images/misc_f2.gif"
                    misc_off = new Image(48,19)
                    misc_off.src = "../images/misc.gif"
					
										
				function chgimage(imgst,imgName){
				document [imgName].src = eval(imgName + "_" + imgst + ".src");
			}

				function chgimage2(imgst,imgName,imgst2,imgName2){
				document [imgName].src = eval(imgName + "_" + imgst + ".src");
				document [imgName2].src = eval(imgName2 + imgst2 + ".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;
