// 2009.06.05 KJD: Document created for simple popups
function popup_simple( thisUrl )
{
	if( thisUrl == 'printDetails')	{	thisUrl = "/A/external/gallery/htmls/printDetails_popup.html";	}
	if( thisUrl == 'printRetailers' ){	thisUrl	= "http://gallerystudio.custhelp.com/cgi-bin/gallerystudio.cfg/php/enduser/olh_adp.php?p_faqid=1039&p_olh=1"; }
	window.open( thisUrl, 'thisUrl', "status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1,height=300,width=790"  );
}

if ($$('.pophelp')){
	$$('.pophelp').addEvents({
		'click': function() {
		popWin.open('http://gallerystudio.custhelp.com', 800, 600, '20');
		return false;
	}
});
}
if ($$('.popfaq')) {
	$$('.popfaq').addEvents({
		'click': function(){
			var fid = this.rel.replace(/[fid_]/g, "");
			popWin.open('http://gallerystudio.custhelp.com/cgi-bin/gallerystudio.cfg/php/enduser/olh_adp.php?p_faqid=' + fid + '&p_olh=1', 800, 600, 'center');
			return false;
		}
	});
}
