/*!
 * jQuery JavaScript Library v1.3.1
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 */
$(document).ready(function(){$(".ResizeImg").click(function(){var a=$(this).parents("table.productImgSection").find(".imageProduct");ShowEnlargedProductImage(a,true)});$(".ShowAddonInfo").click(function(){var a=$(this).parents("table.productImgSection").find(".imageAddOnProduct");if(!$(a).parents("table.productImgSection").find("div.zoomdescX").is(":visible")){$("div.zoomdescX:visible").hide("fast");ShowAddonProductInfo(a,true)}});$(".ShowAddonInfo2").click(function(){var a=$(this).parents("table.productImgSection").find(".imageAddOnProduct");if(!$(a).parents("table.productImgSection").find("div.zoomdescX").is(":visible")){$("div.zoomdescX:visible").hide("fast");ShowAddonProductInfo($(this),true,true)}});$(".ShowPaymentInfo").click(function(){var a=$(this).parents("table.paymentInfoSection");if(!$(a).find("div.zoomdescX").is(":visible")){$("div.zoomdescX:visible").hide("fast");ShowPaymentInfo(a,true)}});$(".Close").click(function(){$(this).parents("div.zoomdescX").hide("normal")});$("a.jqbookmark").click(function(b){b.preventDefault();var a=this.href;var c=this.title;if(window.sidebar){window.sidebar.addPanel(c,a,"")}else{if(window.external){window.external.AddFavorite(a,c)}else{alert("Unfortunately, this browser does not support the requested action, please bookmark this page manually. Press CTRL-D to bookmark.")}}})});function ShowEnlargedProductImage(b,a){if(!$(b).parents("table.productImgSection").find("div.zoomdescX").is(":visible")){$("div.zoomdescX:visible").hide("fast");EnlargeProductImage(b,a)}}function EnlargeProductImage(c,b){var a=$(c).position();var d=$(c).parents("table.productImgSection").find("div.zoomdescX");var e=d.find(".imageProductFullSize");if(b){d.css("top",a.top-(e.parents("div.zoomdescX").height()-$(c).height())/2);d.css("left",a.left-(e.parents("div.zoomdescX").width()-$(c).width())/2)}else{d.css("top",a.top);d.css("left",a.left)}d.show("fast")}function ShowAddonProductInfo(c,b,d){var a=$(c).parents("div.divAddons").position();var e=$(c).parents("table.productImgSection").find("div.zoomdescX");var f=e.find(".imageProductFullSize");if(b){if(d){e.css("top",$(c).position().top-50);e.css("left",a.left+($(c).parents("div.divAddons").width()-e.width())/2)}else{e.css("top",a.top+$(c).parents("div.divAddons").height()*1.2-e.height());e.css("left",a.left+($(c).parents("div.divAddons").width()-e.width())/2)}}else{e.css("top",a.top);e.css("left",a.left)}e.show("fast")}function ShowPaymentInfo(c,b){var a=$(c).parents("div.divPaymentSenderBlock").position();var d=$(c).find("div.zoomdescX");if(b){d.css("top",a.top);d.css("left",a.left+($(c).parents("div.divPaymentSenderBlock").width()-d.width())/2)}else{d.css("top",a.top);d.css("left",a.left)}d.show("fast")};
