<!--
win = null;

function MM_openBrWindow(theURL,winName,features) { window.open(theURL,winName,features); }

function help(url,name)
{
	if(win == null)
		{
		win = open('index.cfm?fuseaction=content.popup_helps&CONTENT_ID='+url, "name", "height=400,left=0,top=0,width=416,location=no,menubar=no,personalbar=no,resizable=no,status=no,titlebar=no,toobar=no,scrollbars=yes");
		return(false);
		}
	else 
		{
		win.close();
		win = null;
		win = open('index.cfm?fuseaction=content.popup_helps&CONTENT_ID='+url, "name", "height=400,left=0,top=0,width=416,location=no,menubar=no,personalbar=no,resizable=no,status=no,titlebar=no,toobar=no,scrollbars=yes");
		return(false);
 		}
}
function openWindowforZargan() {
//if(document.cookie) 
//{ 
//index = document.cookie.indexOf(cookie_name);
window.open('index.cfm?fuseaction=content.popup_zargan_cookie', "", "height=100,left=0,top=0,width=180,location=no,menubar=no,personalbar=no,resizable=no,status=no,titlebar=no,toobar=no,scrollbars=no");
//}
}
/*  not in use erk 20041004
function openWindowforPhotos() {
//if(document.cookie) 
//{ 
//index = document.cookie.indexOf(cookie_name);
window.open('<CFOUTPUT>#GC_BASE_HREF#</CFOUTPUT>content/lastDaysforPhotos1.cfm', "", "height=300,left=0,top=0,width=400,location=no,menubar=no,personalbar=no,resizable=no,status=no,titlebar=no,toobar=no,scrollbars=no");
//}
}
*/
//-->