hov=new Image(288,32);
hov.src="/Data/923/UserFiles/images/add_h.png";


$(document).ready(function(){

/* inicializácia záložiek */
	$('ul.tabs').tabs('div.panes > div');		
/* /inicializácia záložiek */ 


/* oprava png s alpha kanálom pre IE5.5 a IE6 */
if ($.browser.msie && $.browser.version < 7) {
	$(this).find('*').each(function() {
		
		b = $(this).css('background-image');
		if (b.indexOf('.png') != -1) {
			var f = b.split('url("')[1].split('")')[0];
			$(this).css('background-image', 'none');
		}

		if ($(this).is('[src$=.png]')) {
			var f = $(this).attr('src');
			$(this).attr({
				src: '/Data/default/UserFiles/images/blank.gif',
				width: $(this).width(),
				height: $(this).height()
			});
		}

		if (f) $(this).get(0).runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + f + "',sizingMethod='crop')";
	});
	
	if($('.ProductImage .photo-gallery img').width()>350)
		$('.ProductImage .photo-gallery img').width(350);
	
	if($('.SeenProducts .ProductImage img').width()>60)
		$('.SeenProducts .ProductImage img').width(60);
	
}
/* /oprava png s alpha kanálom pre IE5.5 a IE6 */

	$(".GalleryAdmin").sortable();
	$(".GalleryAdmin").disableSelection();
	
	$(".porovnaj a").html("Pridať produkt do porovnania");
	$(".porovnaj img").parent().html("Produkt je pridaný do porovnania");
});
