$(document).ready(function(){
	if ($('.IIICollSubBox .itemLayout').length){
		var popupLinks=$('.IIICollSubBox .itemLayout');
	}else{
		var popupLinks=$('.ICollSubBox .itemLayout');
	}

	popupLinks.click(function(){
		pop=window.open($(this).find('a').attr('href')+'?popup=1','_blank','width=720,height=600,resizable=1,scrollbars=no');
		if (pop.length && pop.focus) {pop.focus()}
		return false;
	});
	popupLinks.ahover();
});
