﻿
  $(document).ready(function() {
      $("#nbar li.cat").hover(function(){
          $(this).addClass("on");
      },function(){
          $(this).removeClass("on");
      });

      if($("#nbar li.cat.on1").length == 0){
            $("div.newproduct:eq(0)").removeClass().addClass("home");
      }
  })
  hs.graphicsDir = '/inc/productImgShow/graphics/';
  hs.outlineType = 'rounded-white';
  function RemoveFormatString(TargetElement,FormatString){
	if(TargetElement.value == FormatString){
		TargetElement.value = "";
	}
	TargetElement.select();
  }
  