function popup(strURL, intCount){	if (intCount == 1)		flyer = window.open(strURL,"flyer","menubar=0, resizable=0, width=415,height=610, status=0");	else		flyer = window.open(strURL,"flyer","menubar=0, resizable=0, width=830,height=610, status=0");	if(window.focus)		flyer.focus();	return false;}function popupSize(strURL, intWidth, intHeight){	strParamaters = "menubar=0, resizable=0, width=" + (intWidth+20) + ",height=" + (intHeight+90) +", status=0";	flyer = window.open(strURL,"flyer",strParamaters);	if(window.focus)		flyer.focus();	//return false;}/*function openLightbox() {fireEvent(document.getElementById("idOfYourLink"),'click');}$("a").fancybox({			'overlayShow'			: true,			'zoomSpeedIn'			: 600,			'zoomSpeedOut'			: 500,			'easingIn'				: 'easeOutBack',			'easingOut'				: 'easeInBack'		});*/