if (IE) {
document.write('<DIV ALIGN="left" ID="ssm3" style="Position:Absolute;Left:'+XOffset+'px;Top:'+YOffset+'px;Z-Index:20;width:'+menuWidth+'px">');
}
if (NS) {
document.write('<LAYER top="'+YOffset+'" name="ssm3"  left="'+XOffset+'"><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 bgcolor="'+menuBGColor+'"><TR><TD>');
}

document.write('<table border="1" BORDERCOLOR="#009999" cellpadding="0" cellspacing="1" bgcolor="'+menuBGColor+'"><TR><TD bgcolor="'+hdrBGColor+'" ALIGN="'+hdrTextAlign+'"><font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+menuHeader+'</b></font></td></tr><TR><TD><table border="0" cellpadding="0" cellspacing="0" width="'+menuWidth+'">');

function addItem(text, link, target) {
	if (!target)
	{
		target=linkTarget;
	}

document.write('<TR><TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkTextAlign+'"><P  ALIGN="'+linkTextAlign+'"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'">&nbsp;<A HREF="'+link+'" target="'+target+'" CLASS="ssm3Items">'+text+'</A>&nbsp;</LAYER></ILAYER></TD></TR>');

}

function addHdr(text)
	{
		document.write('</table></td></tr><TR><TD bgcolor="'+hdrBGColor+'" ALIGN="'+hdrTextAlign+'"><font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+text+'</b></font></td></tr><TR><TD><table border="0" cellpadding="0" cellspacing="0" width="'+menuWidth+'"><TR>')
	}

//// Begin MENU definitions

addItem('Comfort Line Home', 'index.html', '');
addItem('Comfort Theory', 'comfort_theory.html', '');
addItem('Personal Page', 'personal.html', '');
addItem('Using the GCQ', 'GCQAdapt.html', '');
addItem('FAQs', 'FAQ.html', '');
addItem('References', 'references.html', '');
addItem('For Your Presentations', 'pres.html', '');
addItem('Videotaped Program & Downloadable Media', 'video.html', '');
addItem('Instruments on the Web', 'webinstruments.html', '');
addItem('Consultation', 'consultation.html', '');
addItem('Enhancing Your Work Environment', 'magnet_status.html', '');
addItem('Enhancing the Patient Experience', 'patientexperience.html', '');

//// End MENU definitions

document.write('</table></TD></TR></table>')

if (IE)
	{
		document.write('</DIV>');
	}

if (NS)
	{
		document.write('</TD></TR></table></LAYER>');
	}

if ((IE||NS) && (menuIsStatic=="yes"&&staticMode)) {makeStatic(staticMode);}