var pages=new Array();pages[0]='roller';pages[1]='roman';pages[2]='venetian';pages[3]='velux';pages[4]='woodvenetian';pages[5]='vertical';pages[6]='pleated';var pageIndex=0;var usingPager=false;function pageUp(){usingPager=true;setPagerIndex(++pageIndex);}
function pageDown(){usingPager=true;setPagerIndex(--pageIndex);}
function setPagerIndex(index){if(index>=pages.length){index=0;}else if(index<=-1){index=pages.length-1;}
$('#pager').removeClass(pages[pageIndex]);pageIndex=index;$('#pager').addClass(pages[index]);$('#content').load('content/'+pages[index]+'.php');}
$(document).ready(function(){$('#menu ul li').click(function(){var url=$(this).children(':first').attr('href');window.location=url;});$('#blinds_list ul li').click(function(){var url=$(this).children(':first').attr('href');window.location=url;});$('.question1').click(function(){$('.answer1').slideDown()
$('.answer2').slideUp()
$('.answer3').slideUp()
$('.answer4').slideUp()
$('.answer5').slideUp()});$('.question2').click(function(){$('.answer2').slideDown()
$('.answer1').slideUp()
$('.answer3').slideUp()
$('.answer4').slideUp()
$('.answer5').slideUp()});$('.question3').click(function(){$('.answer3').slideDown()
$('.answer1').slideUp()
$('.answer2').slideUp()
$('.answer4').slideUp()
$('.answer5').slideUp()});$('.question4').click(function(){$('.answer4').slideDown()
$('.answer1').slideUp()
$('.answer2').slideUp()
$('.answer3').slideUp()
$('.answer5').slideUp()});$('.question5').click(function(){$('.answer5').slideDown()
$('.answer1').slideUp()
$('.answer2').slideUp()
$('.answer3').slideUp()
$('.answer4').slideUp()});$(function(){var slider=$('#swatches').bxSlider({controls:false,captions:true,mode:'fade'});$('.thumbs a').mouseover(function(){var thumbIndex=$('.thumbs a').index(this);slider.goToSlide(thumbIndex);$('.thumbs a').removeClass('pager-active');$(this).addClass('pager-active');return false;});});$('.thumbs a').each(function(){$(this).click(function(e){e.preventDefault();});});$('#1').mouseover(function(){$('.bx-captions').css('background','url(images/swatches/aston_white.png)');});$('#2').mouseover(function(){$('.bx-captions').css('background','url(images/swatches/avensis_beige.png)');});$('#3').mouseover(function(){$('.bx-captions').css('background','url(images/swatches/avensis_ivory.png)');});$('#4').mouseover(function(){$('.bx-captions').css('background','url(images/swatches/collette_natural.png)');});$('#5').mouseover(function(){$('.bx-captions').css('background','url(images/swatches/collette_green.png)');});$('#6').mouseover(function(){$('.bx-captions').css('background','url(images/swatches/fulford_white.png)');});$('#7').mouseover(function(){$('.bx-captions').css('background','url(images/swatches/heywood_magnolia.png)');});$('#8').mouseover(function(){$('.bx-captions').css('background','url(images/swatches/heywood_white.png)');});$('#9').mouseover(function(){$('.bx-captions').css('background','url(images/swatches/wimbourne_aqua.png)');});$('#10').mouseover(function(){$('.bx-captions').css('background','url(images/swatches/wimbourne_pink.png)');});$('.contact_us img').hover(function(){$(this).attr('src','images/envelope_hover.png')},function(){$(this).attr('src','images/envelope.png')});$('.direction_submit').hover(function(){$(this).css('color','#000')},function(){$(this).css('color','#fff')});$('.button').hover(function(){$(this).css('color','#000')},function(){$(this).css('color','#fff')});$('#banner img').hover(function(){$(this).attr('src','images/budget_hover.png')},function(){$(this).attr('src','images/budget.png')});});

