//
// Nigel Grant
//

//
// head.js
//
// 14 / 4 / 8
//
// This file has the common .js files from the head section of the html pages
//
// NOTE: If you use a ' add a slash before it like this \'
//

document.write('<link rel="StyleSheet" href="css/corporatestyle.css" type="text/css">')


// 25 / 7 / 8
// document.write('<link rel="StyleSheet" href="css/menu.css" type="text/css">')

document.write('<script language="JavaScript" type="text/javascript" src="inc/javascripts.js"></script>')
document.write('<script language="JavaScript" type="text/javascript" src="inc/pop-closeup.js"></script>')
document.write('<script language="JavaScript" type="text/javascript" src="inc/mouseover.js"></script>')

document.write('<script type="text/javascript" src="tooltip/tooltip.js"></script>')
document.write('<link rel="stylesheet" href="tooltip/tooltip.css" type="text/css" />')

//
// 2 / 5 / 8
//
document.write('<script type="text/javascript" language="JavaScript1.2" src="inc/status-bar-banner.js"></script> ')

// 25 / 7 / 8
//document.write('<link rel="StyleSheet" href="css/menu.css" type="text/css">')
document.write('<script language="JavaScript" type="text/javascript" src="js/dropdownmenu.js"></script>')

//  End -->
