/* ---------------------------------
Made by: Nikolai Khilkovsky
E-mail: khilkovn@gmail[dot]com
URL: http://www.himself.pp.ua
--------------------------------- */
//เ?เมแ?เศเล เฯเลแ?เลเฬเลเอเอแ?เล
var imgPath='/img/';			//เ?แ?แ?แ? เส เสเภแ?เภเหเฮเรแ? แ? แ?เฮเอเฮเยแ?เฬเศ เสเภแ?แ?เศเอเสเภเฬเศ
//เชแ?เอเสแ?เศเศ แ?เภเวเฬเลแ?เสเศ เศ แ?แ?เอเสแ?เศเฮเอเภเหเภ แ?แ?แ?เภเอเศแ?แ?
function BuildPage(){
//	เ?เฮเฤแ?แ?เภเอเฮเยเสเภ แ?เฮเอเภ เศ แ?เยเลแ?เภ แ?แ?เศแ?แ?เภ เย เยเลแ?แ?เอเลเฬ เฬเลเอแ?
	var	Acol=['#6aafd8', '#bf8485', '#f9a34b', '#d4ca4d', '#aed6a5', '#7bd3df'];		//เฒเยเลแ?เภ แ?แ?เศแ?แ?เฮเย
	$('#top-menu > ul > li').each(function(i){
		$(this).find('a').css({
			'color':Acol[i],
			'background-image':'url('+imgPath+'top-menu/bg-'+i+'.png)',
			'text-decoration':'none'
		});
	});
//	เ?เลแ?เลเสเหแ?แ?เลเอเศเล เอเฮเฬเลแ?เภ แ?เลเหเลแ?เฮเอเภ เย แ?เศเฤเลแ?เล
	$('#swich-phone-odessa').click(function(){
		$('#phone-kiev').hide(0);
		$('#swich-phone-odessa').hide(0);
		$('#phone-odessa').show(0);
		$('#swich-phone-kiev').show(0);
	});
	$('#swich-phone-kiev').click(function(){
		$('#phone-odessa').hide(0);
		$('#swich-phone-kiev').hide(0);
		$('#phone-kiev').show(0);
		$('#swich-phone-odessa').show(0);
	});
//	เ เภแ?แ?แ?เรเศเยเภเลเฬ แ?เฮเอแ? เย เฯแ?เภเยเฮเษ เสเฮเหเฮเอเสเล
	if ($('#layout').hasClass('sidebar-right-yes')) {
		$('.s-block').each(function(i){
			$(this).find('.bacground').height($(this).find('.contents').height());
			$(this).find('.bacground img').height($(this).find('.contents').height());
		})
	};
	RemadeFooter();
};
function scrollableStart(){
//	เ?เมแ?เภเมเฮแ?เสเภ แ?เสแ?เฮเหเหเศเอเรเภ เอเภ เรเหเภเยเอเฮเษ แ?แ?แ?เภเอเศแ?เล
	if (document.getElementById('works')) {
		var	HeadH=0,
				TextH=0;
		$('#works .scrollable .item').each(function(i){
			if(HeadH<$(this).find('.heading:first').height()) {HeadH=$(this).find('.heading:first').height()};
			if(TextH<$(this).find('.text:first').height()) {TextH=$(this).find('.text:first').height()};
			$(this).find('.cover:first').height($(this).find('.image').height()-2);
			$(this).hover(
				function(){$(this).find('.cover:first').css({'height':$('#works .scrollable .item .image').eq(i).height()-6+'px','width':'190px','border':'7px #f9c854 solid'})},
				function(){$(this).find('.cover:first').css({'height':$('#works .scrollable .item .image').eq(i).height()-2+'px','width':'196px','border':'1px #d3d3d3 solid'})}
			)
		});
		$('#works .scrollable .heading').height(HeadH);
		$('#works .scrollable .text').height(TextH);
		$('#works .scrollable').height($('#works .scrollable .items').height()+13);
		if ($.browser.msie) {$('#works .scrollable .items .item .image a').boxShadow( 0, 0, 13, '#999' )};
		RemadeFooter();
		$("#works .scrollable").scrollable({size:3,clickable:false});
	};
};
function PortfolioAlign(){
//	เ?เมแ?เภเมเฮแ?เสเภ เศ เยแ?แ?เภเยเอเศเยเภเอเศเล เฯเฮแ?แ?แ?เฮเหเศเฮ
	if (document.getElementById('portfolio')) {
		var	HeadH=0,
				TextH=0
				k=0;
		$('#portfolio .item').each(function(i){
			if(HeadH<$(this).find('.heading:first').height()) {HeadH=$(this).find('.heading:first').height()};
			if(TextH<$(this).find('.text:first').height()) {TextH=$(this).find('.text:first').height()};
			$(this).find('.cover:first').height($(this).find('.image').height()-2);
			$(this).hover(
				function(){$(this).find('.cover:first').css({'height':$('#portfolio .item .image').eq(i).height()-14+'px','width':'184px','border':'7px #f9c854 solid'})},
				function(){$(this).find('.cover:first').css({'height':$('#portfolio .item .image').eq(i).height()-2+'px','width':'196px','border':'1px #d3d3d3 solid'})}
			);
			if (k==2) {$(this).after('<div class="clear"></div>');k=-1};
			k+=1
		});
		$('#portfolio .heading').height(HeadH);
		$('#portfolio .text').height(TextH);
		if ($.browser.msie) {$('#portfolio .item .image a').boxShadow( 0, 0, 13, '#999' )};
		RemadeFooter();
	};
};
function RemadeFooter(){
//	เ?เลแ?เลแ?เศแ?เฮเยแ?เยเภเลเฬ แ?แ?แ?เลแ? เย แ?แ?เภแ?แ?แ? IE
	if (($.browser.msie && $.browser.version == 6) || ($.browser.msie && $.browser.version == 7)) {
		$('#footer').hide(0);
		$('#footer').show(0)
	}
};
$(document).ready(function(){BuildPage()});
if (window.addEventListener) window.addEventListener('load', function () {scrollableStart();PortfolioAlign()}, false)
else window.attachEvent('onload', function () {scrollableStart();PortfolioAlign()});

