//cufon
Cufon.replace('.searchbox label, .quicklinks h2');
Cufon.replace('#menu ul li a', {hover:true});
Cufon.replace('.onlinestore h1', {textShadow:'#555 1px 2px'});
Cufon.replace('.slogan', {fontFamily:'PilGi'});


//add span
jQuery("#menu ul li a").each(function() {  
		var htmltxt = jQuery(this).text(); 
		jQuery(this).html("<span>" + htmltxt + "</span>"); 
});

// popup URL
function popSizing(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=610,left = 355,top = 50');");
}
// popup URL END

// HOME featured catalogs
jQuery("#homepage .onlinestore .catalogbox").addClass("featured");
// HOME featured catalogs END

//add span
jQuery("#menu ul li a").each(function() {  
		var htmltxt = jQuery(this).text(); 
		jQuery(this).html("<span>" + htmltxt + "</span>"); 
});

// popup URL
function popSizing(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=610,left = 355,top = 50');");
}
// popup URL END
