//for mac apply extra style sheet
<!--
if(navigator.appVersion.indexOf('Mac')!=-1){
if (navigator.userAgent.indexOf('Safari')!=-1){document.write('<link href="australian_holiday/ktc_mac_safari.css" rel="stylesheet" type="text/css">');}
	else {
	if (navigator.userAgent.indexOf('Camino')!=-1){document.write('<link href="australian_holiday/ktc_mac_camino.css" rel="stylesheet" type="text/css">');}
	else if (navigator.appName.indexOf('Netscape')!=-1 && parseInt(navigator.appVersion)<8) {document.write('<link href="australian_holiday/ktc_mac_ns.css" rel="stylesheet" type="text/css">');}
 if (navigator.appName.indexOf('Microsoft Internet Explorer')!=-1){
		document.write('<link href="australian_holiday/ktc_mac_ie.css" rel="stylesheet" type="text/css">'); }
	}
	
	}
//-->
