//onload
$(document).ready(function() {





if(typeof googlemaps == 'function') { 
googlemaps(); 
}

$('.absoluteIframeDOMWindow').openDOMWindow({ 
height:305, 
width:605, 
//positionType:'absolute', 
//positionTop:50, 
eventType:'click', 
//positionLeft:50, 
windowSource:'iframe', 
windowPadding:0, 
loader:1, 
loaderImagePath:'Skins/images/ajax-loader.gif', 
loaderHeight:32, 
loaderWidth:32 
}); 






/*some effects
---------------------------------------------------*/	
	//$('div.show-hide-content').hide(); //show layer
	//$('a.moreToggle').show('slow');	//hide layer
	//$(document).pngFix();				//load jquery png fix 

	//$('div.#mainnavigation, .box').hide();  //layer blind out
	//$('div#country-locator').fadeIn('slow' ); //layer fade in
	//$('div#country-locator').fadeTo('slow' , 0.8); //layer fade to opacity
	//$("#advise-table span").addClass("slide-active"); //add a class to
	//$('div#country-locator').css({'filter': 'alpha (opacity=80)'});
	
 
	// click function to hide a layer and show another 
	/*$('a.select,.country-box a').click(function() {
		$('div#country-locator').hide(400);	
		$('div.#mainnavigation, .box').fadeIn('fast');
	});*/
});