function regionGo(){var goURL=$('#select-region').val();if(goURL!='0000'){location.href=goURL;}}
function productGo(){var goURL=$('#select-product').val();if(goURL!='0000'){location.href=goURL;}}
$(document).ready(function(){var width=$(window).width();if(width>1295){$('#social-box').show()}});$(window).resize(function(){var width=$(window).width();if(width<1295){$('#social-box').hide();}else{$('#social-box').show()}});
