
$(document).ready(function(){$("ul li:first-child").addClass('first');$("ul li:last-child").addClass('last');$('#shIwrapper .header form input[type="submit"]').focus(function(){$('#shIwrapper .header form input[type="submit"]').addClass('focus-btn');});$('#shIwrapper .header .r-b ul li.last a').focus(function(){$('#shIwrapper .header .r-b ul li.last a').addClass('focus-btn');});skinInit();$("#printer_brand").change(function(){var postURL="ajax_responce.php";$.post(postURL,{action:"getProdSku",brandname:$("#printer_brand").val(),catId:"72",printer_series_s:$("#printer_series_s").val()},function(data){$("#ajxResponce").html(data);});});$("#searchbtn").click(function(){if($("#printer_brand").val()=='0'){alert("Please select the printer brand");$("#printer_brand").focus();return false;}
if($("#ajxResponce").val()=='0'){alert("Please select the printer series");$("#ajxResponce").focus();return false;}});$("#printer_brand1").change(function(){var postURL="ajax_responce.php";$.post(postURL,{action:"getProdSku",brandname:$("#printer_brand1").val(),catId:"72",printer_series_s:$("#printer_series_s").val()},function(data){$("#ajxResponce1").html(data);});});$("#searchbtn1").click(function(){if($("#printer_brand1").val()=='0'){alert("Please select the printer brand");$("#printer_brand1").focus();return false;}
if($("#ajxResponce1").val()=='0'){alert("Please select the printer series");$("#ajxResponce1").focus();return false;}});});function callprinterseries(){if($("#printer_brand_s").val()>0||$("#printer_brand_s").val()!=""){var postURL="ajax_responce.php";$.post(postURL,{action:"getProdSku",brandname:$("#printer_brand_s").val(),catId:"72",printer_series_s:$("#printer_series_s").val()},function(data){$("#ajxResponce").html(data);});}}
function skinInit()
{}
