
$(document).ready(function(){
	
	$('.faq').click(function()
	{
		$(this).parent().find('p').toggle(200);
		return false;
	});
	 
	/*$('.buy-button').click(function(){
		alert('Sorry! Only trial version is available. You can purchase this program in the first half of October 2009. \n\nWe will send you a message when we begin to sell the program if you send us your freeform application for this program to mail@imtextbook.com or use the Support page of this website.');
		return false;
	});*/ 
	 
	$('.thickbox').fancybox({ 
		'zoomSpeedIn': 200, 
		'zoomSpeedOut': 200,
		'frameWidth': 800,
		'frameHeight': 'auto',
		'overlayShow': true 
	}); 
	 
	/* $.tools.addTabEffect("showEffect", function(tabIndex) { 
 		
		this.getPanes().hide(0);
		this.getPanes().eq(tabIndex).fadeIn(500);
	});
	
	$("ul.tabs").tabs("div.panes > div", {effect: "showEffect"}); 
	 
	 $("ul.tabs > li:first").find('a').addClass('current');
	 $("ul.tabs > li").not('ul.tabs > li:first').find('a').removeClass('current');
	 
	 $("ul.tabs > li:first").find('a').click(function()
	 {
	 	$(".orange-box > .slogan").fadeOut(0);
		$(".orange-box > .main-text").fadeIn(500);
	 })*/
	 
	 $("ul.tabs > li").not('ul.tabs > li:first').find('a').click(function()
	 {
		$(".orange-box > .main-text").fadeOut(0);
		$(".orange-box > .slogan").fadeIn(500);
	 })
	 
	/* $('.tabs > li').each(function(){
		$(this).bind("mouseenter", function(){
			$(this).find('.sub-menu').slideDown(150);
		})

			
		$(this).bind("mouseleave", function(){
			$(this).find('.sub-menu').slideUp(0);
		})
	});			*/
})

