$(document).ready(function() {
	$('#left-side, #right-side').height($('#col-left').height() + 190);
	$("#nav-list li:first a ").addClass('hideBG');
	$("#nav-list li.active ").next('li').find('a').addClass('hideBG');
var f = $('#footer-left');
f.html('<div id="footer-left">&copy; 2011 Texmark Coatings Ltd. All rights reserved'); 

});

function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
} 

function checkOther() {
	if ($('#i_hear-about').val() == 'other') {
		$('#other').show();
	} else {
		$('#other').hide();
	}
}
