
// Search TextBox Code
window.onload = function() 
{  
			document.forms[0].ctl00_Basicsearch1_txtSearch.value="Search Product Here";
			var element1 = document.getElementById('ctl00_Basicsearch1_txtSearch'); 
			element1.value = "Search Product Here";
			window.focus()
				
			element1.onfocus = function() { 
				if (element1.value=='Search Product Here'){element1.value=""};
			}
			element1.onblur = function() { 
			if (element1.value==''){element1.value="Search Product Here"};
			}
			
			document.getElementById("EnquireNowForm1_Contact1_rfvFirstName").innerHTML = "Name is required"
			document.getElementById("EnquireNowForm1_Contact1_rfvEmailAddress").innerHTML = "Email is required"
			document.getElementById("EnquireNowForm1_Contact1_rfvPhoneNumber1").innerHTML = "Phone is required"
			document.getElementById("EnquireNowForm1_Contact1_rfvMessage").innerHTML = "Comments is required"
			
			
			
			

}

$(function(){
	$('#ctl02_Footer1_divFooterLinks').after($('#ctl02_Footer1_divFooterCopy'));
});


$(document).ready(function () {
	
			
	
	// Right and Left Pane Enquiry Forms
	
	if ($('#EnquireNowForm1_Contact1_txtFirstName').val() == ''){
				$('#EnquireNowForm1_Contact1_txtFirstName').css('background','url(/Images/lbl_Name.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#EnquireNowForm1_Contact1_txtFirstName').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#EnquireNowForm1_Contact1_txtFirstName').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Name.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	
	
	if ($('#EnquireNowForm1_Contact1_txtEmailAddress').val() == ''){
				$('#EnquireNowForm1_Contact1_txtEmailAddress').css('background','url(/Images/lbl_Email.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#EnquireNowForm1_Contact1_txtEmailAddress').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#EnquireNowForm1_Contact1_txtEmailAddress').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Email.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	
	
	if ($('#EnquireNowForm1_Contact1_txtPhoneNumber1').val() == ''){
				$('#EnquireNowForm1_Contact1_txtPhoneNumber1').css('background','url(/Images/lbl_Phone.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#EnquireNowForm1_Contact1_txtPhoneNumber1').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#EnquireNowForm1_Contact1_txtPhoneNumber1').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Phone.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	
	if ($('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_ctl00_6b65c964-357a-4ae3-af03-93b1508d0c05').val() == ''){
				$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_ctl00_6b65c964-357a-4ae3-af03-93b1508d0c05').css('background','url(/Images/lbl_Company.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_ctl00_6b65c964-357a-4ae3-af03-93b1508d0c05').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_ctl00_6b65c964-357a-4ae3-af03-93b1508d0c05').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Company.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	if ($('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_ctl01_ce1a3567-93bf-4987-9623-27550b9ea7b3').val() == ''){
				$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_ctl01_ce1a3567-93bf-4987-9623-27550b9ea7b3').css('background','url(/Images/lbl_Product.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_ctl01_ce1a3567-93bf-4987-9623-27550b9ea7b3').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_ctl01_ce1a3567-93bf-4987-9623-27550b9ea7b3').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Product.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	if ($('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_ctl02_f5de6c1a-5cf6-43a2-96a9-56ea8225ca4c').val() == ''){
				$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_ctl02_f5de6c1a-5cf6-43a2-96a9-56ea8225ca4c').css('background','url(/Images/lbl_Town.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_ctl02_f5de6c1a-5cf6-43a2-96a9-56ea8225ca4c').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_ctl02_f5de6c1a-5cf6-43a2-96a9-56ea8225ca4c').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Town.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	
	
	
	
	
	
	
	
	if ($('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_0bf4e5fd-7a6e-4b53-8f72-ceec1cbe7d93_0').val() == ''){
				$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_0bf4e5fd-7a6e-4b53-8f72-ceec1cbe7d93_0').css('background','url(/Images/lbl_Company.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_0bf4e5fd-7a6e-4b53-8f72-ceec1cbe7d93_0').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_0bf4e5fd-7a6e-4b53-8f72-ceec1cbe7d93_0').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Company.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	if ($('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_8c6f892b-8157-4ee2-aabe-1e4a9016ed3e_1').val() == ''){
				$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_8c6f892b-8157-4ee2-aabe-1e4a9016ed3e_1').css('background','url(/Images/lbl_Product.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_8c6f892b-8157-4ee2-aabe-1e4a9016ed3e_1').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_8c6f892b-8157-4ee2-aabe-1e4a9016ed3e_1').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Product.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	if ($('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_d1180b81-c713-4f5b-8947-265663cfff2d_2').val() == ''){
				$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_d1180b81-c713-4f5b-8947-265663cfff2d_2').css('background','url(/Images/lbl_Town.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_d1180b81-c713-4f5b-8947-265663cfff2d_2').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#EnquireNowForm1_Contact1_objCustomProperty_dtlCustomProperty_d1180b81-c713-4f5b-8947-265663cfff2d_2').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Town.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	
	if ($('#EnquireNowForm1_Contact1_txtMessage').val() == ''){
				$('#EnquireNowForm1_Contact1_txtMessage').css('background','url(/Images/lbl_Comments.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#EnquireNowForm1_Contact1_txtMessage').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#EnquireNowForm1_Contact1_txtMessage').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Comments.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
// Last TreeNav Border
$('.TreeViewRootLevelContainer_1').each(function(){
$(this).prev(".TreeViewSecondaryLevelContainer_1").css({
	'border-bottom': 'solid 1px #6f6f6f', //Object defined as a string
	marginBottom: '5px' //Object defined normally
	
	});
});
	
	
	
	// Contact us page Enquiry Form
	
	if ($('#Contact1_txtFirstName').val() == ''){
				$('#Contact1_txtFirstName').css('background','url(/Images/lbl_Name.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#Contact1_txtFirstName').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#Contact1_txtFirstName').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Name.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	
	
	if ($('#Contact1_txtEmailAddress').val() == ''){
				$('#Contact1_txtEmailAddress').css('background','url(/Images/lbl_Email.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#Contact1_txtEmailAddress').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#Contact1_txtEmailAddress').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Email.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	
	
	if ($('#Contact1_txtPhoneNumber1').val() == ''){
				$('#Contact1_txtPhoneNumber1').css('background','url(/Images/lbl_Phone.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#Contact1_txtPhoneNumber1').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#Contact1_txtPhoneNumber1').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Phone.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	
	
	if ($('#Contact1_objCustomProperty_dtlCustomProperty_ctl00_6b65c964-357a-4ae3-af03-93b1508d0c05').val() == ''){
				$('#Contact1_objCustomProperty_dtlCustomProperty_ctl00_6b65c964-357a-4ae3-af03-93b1508d0c05').css('background','url(/Images/lbl_Company.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#Contact1_objCustomProperty_dtlCustomProperty_ctl00_6b65c964-357a-4ae3-af03-93b1508d0c05').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#Contact1_objCustomProperty_dtlCustomProperty_ctl00_6b65c964-357a-4ae3-af03-93b1508d0c05').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Company.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	if ($('#Contact1_objCustomProperty_dtlCustomProperty_ctl01_ce1a3567-93bf-4987-9623-27550b9ea7b3').val() == ''){
				$('#Contact1_objCustomProperty_dtlCustomProperty_ctl01_ce1a3567-93bf-4987-9623-27550b9ea7b3').css('background','url(/Images/lbl_Product.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#Contact1_objCustomProperty_dtlCustomProperty_ctl01_ce1a3567-93bf-4987-9623-27550b9ea7b3').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#Contact1_objCustomProperty_dtlCustomProperty_ctl01_ce1a3567-93bf-4987-9623-27550b9ea7b3').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Product.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	if ($('#Contact1_objCustomProperty_dtlCustomProperty_ctl02_f5de6c1a-5cf6-43a2-96a9-56ea8225ca4c').val() == ''){
				$('#Contact1_objCustomProperty_dtlCustomProperty_ctl02_f5de6c1a-5cf6-43a2-96a9-56ea8225ca4c').css('background','url(/Images/lbl_Town.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#Contact1_objCustomProperty_dtlCustomProperty_ctl02_f5de6c1a-5cf6-43a2-96a9-56ea8225ca4c').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#Contact1_objCustomProperty_dtlCustomProperty_ctl02_f5de6c1a-5cf6-43a2-96a9-56ea8225ca4c').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Town.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	
	
	
	
	if ($('#Contact1_objCustomProperty_dtlCustomProperty_0bf4e5fd-7a6e-4b53-8f72-ceec1cbe7d93_0').val() == ''){
				$('#Contact1_objCustomProperty_dtlCustomProperty_0bf4e5fd-7a6e-4b53-8f72-ceec1cbe7d93_0').css('background','url(/Images/lbl_Company.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#Contact1_objCustomProperty_dtlCustomProperty_0bf4e5fd-7a6e-4b53-8f72-ceec1cbe7d93_0').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#Contact1_objCustomProperty_dtlCustomProperty_0bf4e5fd-7a6e-4b53-8f72-ceec1cbe7d93_0').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Company.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	if ($('#Contact1_objCustomProperty_dtlCustomProperty_8c6f892b-8157-4ee2-aabe-1e4a9016ed3e_1').val() == ''){
				$('#Contact1_objCustomProperty_dtlCustomProperty_8c6f892b-8157-4ee2-aabe-1e4a9016ed3e_1').css('background','url(/Images/lbl_Product.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#Contact1_objCustomProperty_dtlCustomProperty_8c6f892b-8157-4ee2-aabe-1e4a9016ed3e_1').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#Contact1_objCustomProperty_dtlCustomProperty_8c6f892b-8157-4ee2-aabe-1e4a9016ed3e_1').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Product.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	if ($('#Contact1_objCustomProperty_dtlCustomProperty_d1180b81-c713-4f5b-8947-265663cfff2d_2').val() == ''){
				$('#Contact1_objCustomProperty_dtlCustomProperty_d1180b81-c713-4f5b-8947-265663cfff2d_2').css('background','url(/Images/lbl_Town.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#Contact1_objCustomProperty_dtlCustomProperty_d1180b81-c713-4f5b-8947-265663cfff2d_2').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#Contact1_objCustomProperty_dtlCustomProperty_d1180b81-c713-4f5b-8947-265663cfff2d_2').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Town.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	if ($('#Contact1_txtMessage').val() == ''){
				$('#Contact1_txtMessage').css('background','url(/Images/lbl_Comments.jpg) no-repeat 10px 9px #ffffff');
	}
			
	$('#Contact1_txtMessage').focus(function() {
		  $(this).css('background','none #FFFFFF');
	});
			
	$('#Contact1_txtMessage').blur(function() {
			if( $(this).val().length === 0 ) {		
				$(this).css('background','url(/Images/lbl_Comments.jpg) no-repeat 10px 9px #ffffff');
			}
	});
	
	
	
// Remove Product Empty Node in Sitemap
$('.TreeViewRootLevelContainer_2:eq(3)').remove();	


// Resize Textarea box

$('#EnquireNowForm1_Contact1_txtMessage').autoResize({
    // On resize:
    onResize : function() {
        $(this).css({opacity:1});
    },
    // After resize:
    animateCallback : function() {
        $(this).css({opacity:1});
    },
    // Quite slow animation:
    animateDuration : 300,
    // More extra space:
    extraSpace : 0
});	
	
$('#Contact1_txtMessage').autoResize({
    // On resize:
    onResize : function() {
        $(this).css({opacity:1});
    },
    // After resize:
    animateCallback : function() {
        $(this).css({opacity:1});
    },
    // Quite slow animation:
    animateDuration : 300,
    // More extra space:
    extraSpace : 0
});		
	
	
	
	
	
});


