	var sArrowLeft=' &nbsp; <img src="images/cms/arrowLeft.gif" width="7" height="11" alt="" align="absmiddle" style="border:0" />';
	var sArrowUp='<br /><img src="images/cms/arrowUp.gif" width="7" height="7" alt="" align="absmiddle" style="border:0;display:inline;position:relative;top:-2px" />';
	var sArrow='<br/><img src="/images/cms/arrowUp.gif" width="7" height="7" alt="" align="absmiddle" />';



	$(function() {
		$('#BottomAreaBox1').click(function() {
			location.href='/Knollan WorldWide';
		});


//		$('#FindDistributorList').change(function() {
//			if ($(this)[0].selectedIndex!=0)
//			{
//				location.href='/Knollan Worldwide - ' + encodeURIComponent($(this).val());
//			}
//		});


		$('#BottomAreaBox2 button').click(function() {
			if ($('#FindDistributorList')[0].selectedIndex!=0)
			{
				location.href='/Knollan Worldwide - ' + encodeURIComponent($('#FindDistributorList').val());
			}
			else
			{
				if ($('#FindDistributorList').val()!='none') 
					{alert ('Please select country');}
				else
					{alert ('Coming soon...');}
			}
		});

		$('#BottomAreaBox3 button').click(function (event) {
			window.open('Images/instruction_print.pdf','_blank');
			event.stopPropagation();			
		});

		$('#BottomAreaBox3').click(function() {
			window.open('showVideo.asp','_blank','width=800,height=450');
		});

	});
