Kyocera TK-574Y Yellow Toner Cartridge
Details
Kyocera TK-574Y Genuine Yellow Toner Cartridge Suitable for Kyocera FS-C5400DN.
Approx. 12,000 pages
Or you can simply call us:
Tel: (02) 9526 1088
Order Hotline: 1300 123 INK (465)
Fax: (02) 9543 8928
Office Hours: 9am To 5pm Sydney Time
Address: 31C Koonya Circuit, Caringbah, NSW 2229
We'll also love to hear from you if you like to send us some testimonials!
');
for(var i=0;i ');
// Adding a link to the swControls div:
swControls.append(''+(i+1)+'');
}
ul.append(swControls);
var maxHeight = 340;
var totalWidth = 0;
var swPage = ul.find('.swPage');
swPage.each(function(){
// Looping through all the newly created pages:
var elem = $(this);
var tmpHeight = 0;
elem.find('li').each(function(){tmpHeight+=$j(this).data('height');});
if(tmpHeight>maxHeight)
maxHeight = tmpHeight;
totalWidth+=ul.outerWidth();
elem.css('float','left').width(ul.width());
});
swPage.wrapAll('');
// Setting the height of the ul to the height of the tallest page:
ul.height(maxHeight);
var swSlider = ul.find('.swSlider');
swSlider.append('').width(totalWidth);
var hyperLinks = ul.find('a.swShowPage');
hyperLinks.click(function(e){
// If one of the control links is clicked, slide the swSlider div
// (which contains all the pages) and mark it as active:
$(this).addClass('active').siblings().removeClass('active');
swSlider.stop().animate({'margin-left':-(parseInt($j(this).text())-1)*ul.width()},'slow');
e.preventDefault();
});
// Mark the first link as active the first time this code runs:
hyperLinks.eq(0).addClass('active');
return this;
}})(jQuery);
$j(document).ready(function(){
/* The following code is executed once the DOM is loaded */
// Calling the jQuery plugin and splitting the
// #holder UL into pages of 4 LIs each:
$j('#holder').sweetPages({perPage:4});
// The default behaviour of the plugin is to insert the
// page links in the ul, but we need them in the main container:
var controls = $j('.swControls').detach();
controls.appendTo('#main');
});






