 $(document).ready(function(){
 $(window).bind("load", function() {     $("div#mygalone").slideView() }); 

 });

 $(document).ready(function() {

	/* This is basic - uses default settings */
	
	$("a#iframe").fancybox();
	
	/* Using custom settings */
	
	$("a#iframe").fancybox({
		'hideOnContentClick': true
	});

	$("a.iframe").fancybox({
		'zoomSpeedIn':		300, 
		'zoomSpeedOut':	300, 
		'overlayShow':		false,
		'frameWidth':500,
		'frameHeight':319
	});
});
 
 

 
 
$(document).ready(function() {
 
$(".fancy").fancybox({
 
		'hideOnContentClick': true,
			'zoomOpacity'			: true,
		'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500	,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
 
	});

$("a.fancyinline").fancybox({

		'zoomOpacity'			: true,
		'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,	
		'frameWidth'			:690,
		'frameHeight'			:185
		
 
	});
 
 
 
	
 
});
 
 
 function findoutmore(i){
	


	$('.packageslide').animate({width: 850},function(){
	$('.packageside').fadeIn('slow', function(){
	$('.packageslide').animate({left: (((i-1) * 850) * -1)}, function(){
																				 
																				 
		$('#findoutmore1').html('<a  href="first_steps_package.php?reflink=packages.php">Full Details</a>')
	$('#findoutmore2').html('<a  href="standard_package.php?reflink=packages.php">Full Details</a>')
	$('#findoutmore3').html('<a  href="complete_package.php?reflink=packages.php">Full Details</a>')
	$('#findoutmore4').html('<a  href="premium_package.php?reflink=packages.php">Full Details</a>')																 
																				 
																				 })  }) })
	
	


}

function sidebyside(){

$('.packageside').fadeOut('slow', function(){
    $('.packageslide').animate({left: 0, width: 210, height:480})});

	$('#findoutmore1').html('<a onclick="findoutmore(1);" href="javascript://">Find Out More</a>')
	$('#findoutmore2').html('<a onclick="findoutmore(2);" href="javascript://">Find Out More</a>')
	$('#findoutmore3').html('<a onclick="findoutmore(3);" href="javascript://">Find Out More</a>')
	$('#findoutmore4').html('<a onclick="findoutmore(4);" href="javascript://">Find Out More</a>')


}

function prepackage(){
$('.packageslide').stop(true,false);
$('.packageside').stop(true,false);
$('.packageslide').animate({ left: '-=15' }, 200).animate({ left: '+=865px'},800);
}

function nextpackage(){
$('.packageslide').stop(true,false);
$('.packageside').stop(true,false);
		
$('.packageslide').animate({ left: '+=15' }, 200).animate({ left: '-=865px'},800);
	
}
