// JavaScript Document
$(document.ready=function(){
	  MM_preloadImages('images/bg_html.jpg','images/bg_header.jpg');
	  
	  $("a#fancys").fancybox({ 'zoomSpeedIn': 0, 'zoomSpeedOut': 0, 'overlayShow': true,'frameWidth':640 , 'frameHeight':527  }); 
	  $("p#GalleryImages a").fancybox({'zoomSpeedIn':  0, 'zoomSpeedOut': 0, 'overlayShow': true , 'frameWidth':835 , 'frameHeight':660 });	  
	  $("p.Gallerys a").fancybox({'zoomSpeedIn':  0, 'zoomSpeedOut': 0, 'overlayShow': true , 'frameWidth':835 , 'frameHeight':660 });	  
	  $("div#clicker").css({position:'absolute', background: 'url(images/blank.gif) repeat', width:'400px', height:'130px' , left: '310px',  top: '-268px',  cursor:'pointer'});
	  //fancy other options
	  
	});