$(document).ready(
	function(){
		$('div#head_image').innerfade({
			speed: 5000,
			timeout: 12000,
			step: 0,
			type: 'sequence',
			containerheight: '162px'
		});
		$('div#head_image1').innerfade({
			speed: 5000,
			timeout: 12000,
			step: 3000,
			type: 'sequence',
			containerheight: '162px'
		});
		$('div#head_image2').innerfade({
			speed: 5000,
			timeout: 12000,
			step: 6000,
			type: 'sequence',
			containerheight: '162px'
		});
	}
);
function ShowBann (path, w, h)
{
	window.open(path,'ShowBann','width='+w+',height='+h+',status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,top='+ Math.round((screen.height/2)-(h/2)) +',left=' + Math.round((screen.width/2)-(w/2)));
}
