var ie6=null;
var ie7=null;
$(document).ready(function(){
	((document.all)&&(navigator.appVersion.indexOf("MSIE 6.")!=-1)) ? (ie6=true) : (ie6=false);	
	((document.all)&&(navigator.appVersion.indexOf("MSIE 7.")!=-1)) ? (ie7=true) : (ie7=false);		
	$('.image img.slide').css({opacity: 0});
	if(!ie6 && !ie7) $('.image a img').css({opacity: 0});
	
	if($('#right').height() < $('#left').height()) {
		$('#right').height($('#left').height());
		}
		
	$('a#privacy').click(function(e) {
		e.preventDefault();
		window.open(e.target, 'Privacy Policy', 'width=640,height=480,status=yes, scrollbars=yes' );
	});
	
	$('a#legal_notes').click(function(e) {
		e.preventDefault();
		window.open(e.target, 'Note Legali', 'width=640,height=480,status=yes, scrollbars=yes' );
	});
});

$(window).load(function() {
	if(ie6)	$(document).pngFix();
	
	if($('#header-hp').is('div')) {
		hpSlide.init();
		}
});

hpSlide = {
	init : function() {
		images = $('.image img.slide');
		
		if(!ie6 && !ie7) {
			$(images).eq(0).fadeTo('slow', 1, function() {
				$('.image a img').eq(0).fadeTo('slow', 1, function() {
					$('.image a img').eq(1).fadeTo('slow', 1, function() {
						setTimeout('hpSlide.fade(0, 1)',3000);
					});
				});
			});
		}
		else {	
			$(images).eq(0).fadeTo('slow', 1, function() {
				setTimeout('hpSlide.fade(0, 1)',3000);
			});
		}
	},
	
	fade : function(imgOut, imgIn) {
		$(images).eq(imgOut).fadeTo('slow', 0);
		$(images).eq(imgIn).fadeTo(1500, 1, function() {
			if (imgIn == images.length-1) { imgOut = images.length-1; imgIn = '0' }
			else { imgOut = imgIn; imgIn++}
			$('#out span').html(imgOut);
			$('#in span').html(imgIn);
			setTimeout('hpSlide.fade('+imgOut+', '+imgIn+')',4000);
			});
		}
}

//pngfix
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(s($){3.1s.1k=s(j){j=3.1a({12:\'1m.1j\'},j);8 k=(n.P=="r 10 Z"&&U(n.v)==4&&n.v.E("14 5.5")!=-1);8 l=(n.P=="r 10 Z"&&U(n.v)==4&&n.v.E("14 6.0")!=-1);o(3.17.16&&(k||l)){3(2).L("1r[@m$=.M]").z(s(){3(2).7(\'q\',3(2).q());3(2).7(\'p\',3(2).p());8 a=\'\';8 b=\'\';8 c=(3(2).7(\'K\'))?\'K="\'+3(2).7(\'K\')+\'" \':\'\';8 d=(3(2).7(\'A\'))?\'A="\'+3(2).7(\'A\')+\'" \':\'\';8 e=(3(2).7(\'C\'))?\'C="\'+3(2).7(\'C\')+\'" \':\'\';8 f=(3(2).7(\'B\'))?\'B="\'+3(2).7(\'B\')+\'" \':\'\';8 g=(3(2).7(\'R\'))?\'1d:\'+3(2).7(\'R\')+\';\':\'\';8 h=(3(2).1c().7(\'1b\'))?\'19:18;\':\'\';o(2.9.y){a+=\'y:\'+2.9.y+\';\';2.9.y=\'\'}o(2.9.t){a+=\'t:\'+2.9.t+\';\';2.9.t=\'\'}o(2.9.w){a+=\'w:\'+2.9.w+\';\';2.9.w=\'\'}8 i=(2.9.15);b+=\'<x \'+c+d+e+f;b+=\'9="13:11;1q-1p:1o-1n;O:W-V;N:1l;\'+g+h;b+=\'q:\'+3(2).q()+\'u;\'+\'p:\'+3(2).p()+\'u;\';b+=\'J:I:H.r.G\'+\'(m=\\\'\'+3(2).7(\'m\')+\'\\\', D=\\\'F\\\');\';b+=i+\'"></x>\';o(a!=\'\'){b=\'<x 9="13:11;O:W-V;\'+a+h+\'q:\'+3(2).q()+\'u;\'+\'p:\'+3(2).p()+\'u;\'+\'">\'+b+\'</x>\'}3(2).1i();3(2).1h(b)});3(2).L("*").z(s(){8 a=3(2).T(\'N-S\');o(a.E(".M")!=-1){8 b=a.X(\'1g("\')[1].X(\'")\')[0];3(2).T(\'N-S\',\'1f\');3(2).Q(0).Y.J="I:H.r.G(m=\'"+b+"\',D=\'F\')"}});3(2).L("1e[@m$=.M]").z(s(){8 a=3(2).7(\'m\');3(2).Q(0).Y.J=\'I:H.r.G\'+\'(m=\\\'\'+a+\'\\\', D=\\\'F\\\');\';3(2).7(\'m\',j.12)})}1t 3}})(3);',62,92,'||this|jQuery||||attr|var|style|||||||||||||src|navigator|if|height|width|Microsoft|function|padding|px|appVersion|margin|span|border|each|class|alt|title|sizingMethod|indexOf|scale|AlphaImageLoader|DXImageTransform|progid|filter|id|find|png|background|display|appName|get|align|image|css|parseInt|block|inline|split|runtimeStyle|Explorer|Internet|relative|blankgif|position|MSIE|cssText|msie|browser|hand|cursor|extend|href|parent|float|input|none|url|after|hide|gif|pngFix|transparent|blank|line|pre|space|white|img|fn|return'.split('|'),0,{}));
