// JavaScript Document

$('#tab, #WE_nav_1, #WE_nav_2, #WE_nav_3, #WE_nav_4, #WE_nav_5').corner('10px top');

$('#top1').corner('20px top');
$('#twitter').corner('20px bottom');
$('#THANKYOU').corner('20px');

$(document).ready(function(){
$('#GOODS_starter, #GOODS_select, #GOODS_info_smokey, #GOODS_info_tamarind, #GOODS_info_greenchilli, #GOODS_info_scotchbonnet, #GOODS_info_hotpepper, #GOODS_recipes_smokey, #GOODS_recipes_tamarind, #GOODS_recipes_greenchilli, #GOODS_recipes_scotchbonnet, #GOODS_recipes_hotpepper, #WE_top, #WE_think, #WE_story, #WE_useful, #WE_cafe, #WE_buffet, #WE_photos, #WE_press').hide();
})



 var blank = new Image();
 blank.src = 'images/spacer.gif';
 
 $(document).ready(function() {
   var badBrowser = (/MSIE ((5\.5)|6)/.test(navigator.userAgent) && navigator.platform == "Win32");
   if (badBrowser) {
     // get all pngs on page
     $('img[src$=.png]').each(function() {
       if (!this.complete) {
         this.onload = function() { fixPng(this) };
       } else {
         fixPng(this);
       }
     });
   }
 });
 
 function fixPng(png) {
   // get src
   var src = png.src;
   // set width and height
   if (!png.style.width) { png.style.width = $(png).width(); }
   if (!png.style.height) { png.style.height = $(png).height(); }
   // replace by blank image
   png.onload = function() { };
   png.src = blank.src;
   // set filter (display original image)
   png.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "',sizingMethod='scale')";
 }




$(document).ready(function(){
							   
// main nav buttons				   
	$('#nav_home, #foot_home, #logo').click(function(){
  		$('#tab').animate({
    	marginLeft: '+133',
    	width: '67'}, 500);
		$('#HOME_show').fadeIn(1000);
  		$('#GOODS_select').fadeOut(0);
  		$('#GOODS_info_smokey, #GOODS_info_tamarind, #GOODS_info_greenchilli, #GOODS_info_scotchbonnet, #GOODS_info_hotpepper').fadeOut(0);
  		$('#GOODS_recipes_smokey, #GOODS_recipes_tamarind, #GOODS_recipes_greenchilli, #GOODS_recipes_scotchbonnet, #GOODS_recipes_hotpepper').fadeOut(0);
  		$('#GOODS_recipes').fadeOut(0);
  		$('#GOODS_starter').fadeOut(0);
		$('#WE_top').fadeOut(0);
		$('#WE_think').fadeOut(0);
		$('#WE_story').fadeOut(0);
		$('#WE_useful').fadeOut(0);
	})
	
	$('#nav_goods, #foot_goods, #foot_goods2, #foot_goods3').click(function(){
  		$('#tab').animate({
    	marginLeft: '+202',
    	width: '155'}, 500);
		$('#HOME_show').fadeOut(0);
  		$('#GOODS_info_smokey, #GOODS_info_tamarind, #GOODS_info_greenchilli, #GOODS_info_scotchbonnet, #GOODS_info_hotpepper').fadeOut(0);
  		$('#GOODS_recipes_smokey, #GOODS_recipes_tamarind, #GOODS_recipes_greenchilli, #GOODS_recipes_scotchbonnet, #GOODS_recipes_hotpepper').fadeOut(0);
  		$('#GOODS_recipes').fadeOut(0);
		$('#WE_top').fadeOut(0);
		$('#WE_think').fadeOut(0);
		$('#WE_story').fadeOut(0);
		$('#WE_useful').fadeOut(0);
  		$('#GOODS_select').fadeIn(1000);
  		$('#GOODS_starter').fadeIn(1000);
	})
	$('#nav_we, #foot_we, #foot_cafe, #foot_cafetimes, #foot_buffets, #foot_contact, #GOODS_whatsup_contact').click(function(){
  		$('#tab').animate({
    	marginLeft: '+357',
    	width: '72'}, 500);
		$('#HOME_show').fadeOut(0);
  		$('#GOODS_select').fadeOut(0);
  		$('#GOODS_info_smokey, #GOODS_info_tamarind, #GOODS_info_greenchilli, #GOODS_info_scotchbonnet, #GOODS_info_hotpepper').fadeOut(0);
  		$('#GOODS_recipes_smokey, #GOODS_recipes_tamarind, #GOODS_recipes_greenchilli, #GOODS_recipes_scotchbonnet, #GOODS_recipes_hotpepper').fadeOut(0);
  		$('#GOODS_recipes').fadeOut(0);
  		$('#GOODS_starter').fadeOut(0);
		$('#WE_top').fadeIn(1000);
		$('#WE_think').fadeIn(1000);
		$('#WE_story').fadeIn(1000);
		$('#WE_useful').fadeIn(1000);
	})
							   
// home show click throughs				   	
	$('#home_show_1, #home_show_2').click(function(){
  		$('#tab').animate({
    	marginLeft: '+202',
    	width: '155'}, 500);
		$('#HOME_show').fadeOut(0);
  		$('#GOODS_select').fadeIn(1000);	
		$('#GOODS_info_smokey').fadeIn(1000);
		$('#GOODS_recipes_smokey').fadeIn(1000);
	})
	$('#home_show_3, #home_show_blighty, #home_show_natural').click(function(){
  		$('#tab').animate({
    	marginLeft: '+202',
    	width: '155'}, 500);
		$('#HOME_show').fadeOut(0);
  		$('#GOODS_select').fadeIn(1000);	
		$('#GOODS_info_hotpepper').fadeIn(1000);
		$('#GOODS_recipes_hotpepper').fadeIn(1000);
	})
   
						   
// select product buttons				   
	$('#select_smokey, #selectpic_smokey').click(function(){	
  		$('#GOODS_starter').fadeOut(0);
		$('#GOODS_info_smokey').fadeIn(1000);
		$('#GOODS_recipes_smokey').fadeIn(1000);
  		$('#GOODS_info_tamarind').fadeOut(0);
  		$('#GOODS_recipes_tamarind').fadeOut(0);
  		$('#GOODS_info_greenchilli').fadeOut(0);
  		$('#GOODS_recipes_greenchilli').fadeOut(0);
  		$('#GOODS_info_scotchbonnet').fadeOut(0);
  		$('#GOODS_recipes_scotchbonnet').fadeOut(0);
		$('#GOODS_info_hotpepper').fadeOut(0);
		$('#GOODS_recipes_hotpepper').fadeOut(0);
	})
	$('#select_tamarind, #selectpic_tamarind').click(function(){
  		$('#GOODS_starter').fadeOut(0);
		$('#GOODS_info_smokey').fadeOut(0);
  		$('#GOODS_recipes_smokey').fadeOut(0);
  		$('#GOODS_info_tamarind').fadeIn(1000);
  		$('#GOODS_recipes_tamarind').fadeIn(1000);
  		$('#GOODS_info_greenchilli').fadeOut(0);
  		$('#GOODS_recipes_greenchilli').fadeOut(0);
  		$('#GOODS_info_scotchbonnet').fadeOut(0);
  		$('#GOODS_recipes_scotchbonnet').fadeOut(0);
		$('#GOODS_info_hotpepper').fadeOut(0);
		$('#GOODS_recipes_hotpepper').fadeOut(0);
	})
	$('#select_greenchilli, #selectpic_greenchilli').click(function(){
  		$('#GOODS_starter').fadeOut(0);
		$('#GOODS_info_smokey').fadeOut(0);
  		$('#GOODS_recipes_smokey').fadeOut(0);
  		$('#GOODS_info_tamarind').fadeOut(0);
  		$('#GOODS_recipes_tamarind').fadeOut(0);
  		$('#GOODS_info_greenchilli').fadeIn(1000);
  		$('#GOODS_recipes_greenchilli').fadeIn(1000);
  		$('#GOODS_info_scotchbonnet').fadeOut(0);
  		$('#GOODS_recipes_scotchbonnet').fadeOut(0);
		$('#GOODS_info_hotpepper').fadeOut(0);
		$('#GOODS_recipes_hotpepper').fadeOut(0);
	})
	$('#select_scotchbonnet, #selectpic_scotchbonnet').click(function(){
  		$('#GOODS_starter').fadeOut(0);
		$('#GOODS_info_smokey').fadeOut(0);
  		$('#GOODS_recipes_smokey').fadeOut(0);
  		$('#GOODS_info_tamarind').fadeOut(0);
  		$('#GOODS_recipes_tamarind').fadeOut(0);
  		$('#GOODS_info_greenchilli').fadeOut(0);
  		$('#GOODS_recipes_greenchilli').fadeOut(0);
  		$('#GOODS_info_scotchbonnet').fadeIn(1000);
  		$('#GOODS_recipes_scotchbonnet').fadeIn(1000);
		$('#GOODS_info_hotpepper').fadeOut(0);
		$('#GOODS_recipes_hotpepper').fadeOut(0);
	})
	$('#select_hotpepper, #selectpic_hotpepper').click(function(){
  		$('#GOODS_starter').fadeOut(0);
		$('#GOODS_info_smokey').fadeOut(0);
  		$('#GOODS_recipes_smokey').fadeOut(0);
  		$('#GOODS_info_tamarind').fadeOut(0);
  		$('#GOODS_recipes_tamarind').fadeOut(0);
  		$('#GOODS_info_greenchilli').fadeOut(0);
  		$('#GOODS_recipes_greenchilli').fadeOut(0);
  		$('#GOODS_info_scotchbonnet').fadeOut(0);
  		$('#GOODS_recipes_scotchbonnet').fadeOut(0);
		$('#GOODS_info_hotpepper').fadeIn(1000);
		$('#GOODS_recipes_hotpepper').fadeIn(1000);
	})


// goods starter page buttons
	$('#GOODS_top').click(function(){
  		$('#GOODS_starter').fadeOut(0);
  		$('#GOODS_info_smokey').fadeIn(1000);
  		$('#GOODS_recipes_smokey').fadeIn(1000);
	})
	
	$('#GOODS_small_1').click(function(){
  		$('#GOODS_starter').fadeOut(0);
  		$('#GOODS_info_hotpepper').fadeIn(1000);
  		$('#GOODS_recipes_hotpepper').fadeIn(1000);
	})


// WE useful section tabs
	$('#WE_nav_1, #foot_contact').click(function(){
  		$('#WE_nav_1').css('color','#000','background-color','#EBEBEB');
  		$('#WE_nav_1').css('background-color','#EBEBEB');
  		$('#WE_contact').fadeIn(500);
  		$('#WE_nav_2, #WE_nav_3, #WE_nav_4, #WE_nav_5').css('color','#999');
  		$('#WE_nav_2, #WE_nav_3, #WE_nav_4, #WE_nav_5').css('background-color','#FFF');
  		$('#WE_cafe, #WE_buffet, #WE_photos, #WE_press').fadeOut(0);
	})
	
	$('#WE_nav_2, #foot_cafe, #foot_cafetimes').click(function(){
  		$('#WE_nav_2').css('color','#000','background-color','#EBEBEB');
  		$('#WE_nav_2').css('background-color','#EBEBEB');
  		$('#WE_cafe').fadeIn(500);
  		$('#WE_nav_1, #WE_nav_3, #WE_nav_4, #WE_nav_5').css('color','#999');
  		$('#WE_nav_1, #WE_nav_3, #WE_nav_4, #WE_nav_5').css('background-color','#FFF');
  		$('#WE_contact, #WE_buffet, #WE_photos, #WE_press').fadeOut(0);
	})
	
	$('#WE_nav_3, #foot_buffets').click(function(){
  		$('#WE_nav_3').css('color','#000','background-color','#EBEBEB');
  		$('#WE_nav_3').css('background-color','#EBEBEB');
  		$('#WE_buffet').fadeIn(500);
  		$('#WE_nav_2, #WE_nav_1, #WE_nav_4, #WE_nav_5').css('color','#999');
  		$('#WE_nav_2, #WE_nav_1, #WE_nav_4, #WE_nav_5').css('background-color','#FFF');
  		$('#WE_cafe, #WE_contact, #WE_photos, #WE_press').fadeOut(0);
	})
	
	$('#WE_nav_4').click(function(){
  		$('#WE_nav_4').css('color','#000','background-color','#EBEBEB');
  		$('#WE_nav_4').css('background-color','#EBEBEB');
  		$('#WE_photos').fadeIn(500);
  		$('#WE_nav_2, #WE_nav_3, #WE_nav_1, #WE_nav_5').css('color','#999');
  		$('#WE_nav_2, #WE_nav_3, #WE_nav_1, #WE_nav_5').css('background-color','#FFF');
  		$('#WE_cafe, #WE_buffet, #WE_contact, #WE_press').fadeOut(0);
	})
	
	$('#WE_nav_5').click(function(){
  		$('#WE_nav_5').css('color','#000','background-color','#EBEBEB');
  		$('#WE_nav_5').css('background-color','#EBEBEB');
  		$('#WE_press').fadeIn(500);
  		$('#WE_nav_2, #WE_nav_3, #WE_nav_4, #WE_nav_1').css('color','#999');
  		$('#WE_nav_2, #WE_nav_3, #WE_nav_4, #WE_nav_1').css('background-color','#FFF');
  		$('#WE_cafe, #WE_buffet, #WE_photos, #WE_contact').fadeOut(0);
	})
})
	
	

$(document).ready(function() {
    $('#HOME_show').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 4500,
		speed: 2000,
		pause: 1
	});
	
	
	
	
if (jQuery.browser.msie) {
$('#GOODS_select, #GOODS_info_smokey, #GOODS_info_tamarind, #GOODS_info_greenchilli, #GOODS_info_scotchbonnet, #GOODS_info_hotpepper, #GOODS_recipes_smokey, #GOODS_recipes_tamarind, #GOODS_recipes_greenchilli, #GOODS_recipes_scotchbonnet, #GOODS_recipes_hotpepper, #WE_top, #WE_think, #WE_story, #WE_useful').opacity(0);
}
						   })



















