$(document).ready(function(){ 

$('.tabi').gradient({ from: 'ffffff', to: colorDef1() });      
$('.tabi').cornerz({ borderWidth: 1, radius:4, corners: "tl tr", fixIE: true})


 
$('.taba').gradient({ from: 'ffffff', to: colorDef2() });      
$('.taba').cornerz({borderWidth: 1, radius:4, corners: "tl tr", fixIE: true})

 

if ((screen.width<=1024) && (screen.height<=768)) {
      $('.tabi').toggleClass("tabismalli");
	   $('.taba').toggleClass("tabismalla");
	   $('.tabstrip').toggleClass("tabstripsmall");

}
  



});


