<!--
//<![CDATA[

var kabal = {
	src: '/mint/flash/ITC_Kabal_Std_Medium.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(kabal);

sIFR.replace(kabal, {
	selector: 'h1'
	,css: ['.sIFR-root { color: #01a9eb; }']
});

$(document).ready(function() {	

	var tempval;
	
	$("#frm_location").click(function() {
		tempval = $(this).val();		
		$(this).val('');
	}).blur(function() {
		if($(this).val() =='')
			$(this).val(tempval);		
	});
	
	$("#frm_location_inner").click(function() {
		tempval = $(this).val();		
		$(this).val('');
	}).blur(function() {
		if($(this).val() =='')
			$(this).val(tempval);		
	});
	
	$("#topnav ul li:lt(3)").addClass("alt");	

});



var GIcon_finder;
var GIcon_detail;

var GIcon_finder_width;
var GIcon_finder_height;

var GIcon_detail_width;
var GIcon_detail_height;

function GetIcon(area) {

	var temp;
	switch(area)
	{
		case "1":
			temp = "blue-dot.png";
		break;    
		case "2":
			temp = "circus_map_pointer.png";
		break;    
		case "3":
			temp = "maxims_map_pointer.png";
		break;
		case "4":
			temp = "mint_map_pointer.png";
		break;
		default:
			temp = "circus_map_pointer.png";
	}
	
	return temp;
	
}

function GetWidth(area) {
	
	var temp;
	switch(area)
	{
		case "1":
			temp = 32;
		break;    
		case "2":
			temp = 27;
		break;    
		case "3":
			temp = 33;
		break;
		case "4":
			temp = 35;
		break;	
		default:
			temp = 50;
	}
	
	return temp;
	
}

function GetHeight(area) {
	
	var temp;
	switch(area)
	{
		case "1":
			temp = 32;
		break;    
		case "2":
			temp = 37;
		break;    
		case "3":
			temp = 38;
		break;
		case "4":
			temp = 21;
		break;	
		default:
			temp = 50;
	}
	
	return temp;
	
}

//]]>
-->	
