$(function(){

	var modalHeight = (screen.height < 800? false : true); // (screen.height < 800? false : true); >>> if else
	
	$(".lnkSitemap").fancybox({
							  width:540,
							  height:550,
							  padding:1,
							  hideOnOverlayClick: false,
							  centerOnScroll:modalHeight,
							  overlayOpacity:0.7,
							  overlayColor:'#000',
							  scrolling:'no',
							  autoDimensions:false,
							  autoScale:false,
							 type:'iframe'
							 
							 });
	

	/*$(".lnkSitemap").fancybox({
							  width:540,
							  height:500,
							  padding:1,
							  hideOnOverlayClick: false,
							  centerOnScroll:modalHeight,
							  overlayOpacity:0.7,
							  overlayColor:'#000',
							  scrolling:'no',
							  autoDimensions:false,
							  autoScale:false,
							 type:'iframe'
							 
							 });*/
	
	
	
	

});

