// Always 
function $$$(id) {
	return document.getElementById(id);
}
function khoitao_ajax()
{
	var x;
	try 
	{
		x	=	new ActiveXObject("Msxml2.XMLHTTP");
	}
	catch(e)
	{
    	try 
		{
			x	=	new ActiveXObject("Microsoft.XMLHTTP");
		}
		catch(f) { x	=	null; }
  	}
	if	((!x)&&(typeof XMLHttpRequest!="undefined"))
	{
		x=new XMLHttpRequest();
  	}
	return  x;
}
function	Forward(url)
{
	window.location.href = url;
}
function	_postback()
{
	return void(1);
}
function formatText(index, panel) {
return index + "";
}
//phongtx : Customize
jQuery(function( $ ){
	$('.anythingSlider').css('display','block').anythingSlider({
		easing: "easeInOutExpo",        // Anything other than "linear" or "swing" requires the easing plugin
		autoPlay: true,                 // This turns off the entire FUNCTIONALY, not just if it starts running or not.
		delay: 3000,                    // How long between slide transitions in AutoPlay mode
		startStopped: false,            // If autoPlay is on, this can force it to start stopped
		animationTime: 300,             // How long the slide transition takes
		hashTags: false,                 // Should links change the hashtag in the URL?
		buildNavigation: false,          // If true, builds and list of anchor links to link to each slide
		pauseOnHover: true,             // If true, and autoPlay is enabled, the show will pause on hover
		startText: "Go",             // Start text
		stopText: "Stop",               // Stop text
		navigationFormatter: formatText       // Details at the top of the file on this use (advanced use)
	});	
});
$(function(){
Cufon.replace('h1', {color:'-linear-gradient(#FFF, #FC0)'});
Cufon.replace('h2', {color:'-linear-gradient(#FFF, #FC0)'});
Cufon.replace('h3', {color:'-linear-gradient(#FFF, #FC0)'});
Cufon.replace('h4', {color:'-linear-gradient(#F00, #F00)'});
$("#select-wrapper").jqTransform();
});
//Xu ly tabs menu
$(document).ready(function() {
	$('a.tab').click(function(){
		$('.active').removeClass('active');
		$(this).addClass('active');
		$('.content_news').slideUp();
		var content_show = $(this).attr('title');
		$('#'+ content_show).slideDown();
		
	});
});
$(document).ready(function(){
$('.pro_img').simpletip({
	offset:[40,0],
	content:'<img src="/images/ajax_load.gif" alt="loading" style="margin:10px;" />',
	onShow: function(){
		var param = this.getParent().find('img').attr('src');
		if($.browser.msie && $.browser.version=='6.0')
		{
			param = this.getParent().find('img').attr('style').match(/src=\"([^\"]+)\"/);
			param = param[1];
		}
		this.load('/tips.php',{img:param}); 
	} 
	});
$('.div_img').simpletip({
	offset:[40,0],
	content:'<img src="/images/ajax_load.gif" alt="loading" style="margin:10px;" />',
	onShow: function(){
		var param = this.getParent().find('img').attr('src');
		if($.browser.msie && $.browser.version=='6.0')
		{
			param = this.getParent().find('img').attr('style').match(/src=\"([^\"]+)\"/);
			param = param[1];
		}
		this.load('/tips.php',{img:param}); 
	} 
	});
});
