<!-- 
//***********************************************************************************
//***********************************************************************************
// This script defines constants that are used in common among the navigation files 
// in the help system. 
//***********************************************************************************
//***********************************************************************************


if (window.parent.BODY == null || window.parent.BRANDING == self)
{

var isBrand;

isBrand = 

"<style type= 'text/css'> "+
"body { background: white url(../support/branding/Head_bg.gif) repeat-x 0% 0% } "+
"</style> "+

"<div id='Headgraphic'><a name='TopPage'></a><img src='../support/branding/help_header.gif' width='500' height='59' border='0'></div> "+

"<div id='prodtitle' class='head3d'>exteNd Director 4.1</div> "+

"<div id='logo'> "+
"<table border='0' cellpadding='0' cellspacing='0' align='left'> "+
"  <tr> "+
"    <td width='465'  nowrap align='right'>&nbsp;</td> "+
"    <td align='right' width='100%'><a href='http://www.novell.com/' target='_blank'><img height='22' width='100' src='../support/branding/Novellogo.gif' border='0' alt='Novell Home Page'></a></td> "+
"  </tr> "+
"</table> "+
"</div> "+

"<div id='title' class='subtitle2'>Help</div> ";

document.write(isBrand);

}





//***********************************************************************************
//***********************************************************************************
// End of JavaScript code -->
