// 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"  );
}
