function doRollOver(id)
{
	if(document.all && document.getElementById){
		document.getElementById(id).style.color = '#9CCFFF';
	}else if(document.all && !document.getElementById){
		document.all[id].style.color = '#9CCFFF';
	}
}

function writeYear(){
	document.write((new Date).getFullYear());
}

function doRollOut(id)
{
	if(document.all && document.getElementById){
		document.getElementById(id).style.color = '#FFFFFF';
	}else if(document.all && !document.getElementById){
		document.all[id].style.color = '#FFFFFF';
	}
}

function writeTopMenu()
{

	menu1Content = '<table id="table1" border="0" cellspacing="0" cellpadding="0" bgcolor="#003399"> \n'+
	'<tr><td width="107" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="107" height="20" class="menuLink" onMouseOver="doRollOver(\'link0\');" onMouseOut="doRollOut(\'link0\');" onclick="javascript:window.location.href=\'corporate_info/index.html\'"><a id="link0" class="menuLink" href="corporate_info/index.html" target="_self">&nbsp;&nbsp;Overview</a></td></tr> \n'+
	'<tr><td width="107" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="107" height="20" class="menuLink" onMouseOver="doRollOver(\'link1\');" onMouseOut="doRollOut(\'link1\');" onclick="javascript:window.location.href=\'corporate_info/comp_profile.html\'"><a id="link1" class="menuLink" href="corporate_info/comp_profile.html" target="_self">&nbsp;&nbsp;Company Profile</a></td></tr> \n'+
	'<tr><td width="107" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="107" height="20" class="menuLink" onMouseOver="doRollOver(\'link2\');" onMouseOut="doRollOut(\'link2\');" onclick="javascript:window.location.href=\'corporate_info/customers.html\'"><a id="link2" class="menuLink" href="corporate_info/customers.html" target="_self">&nbsp;&nbsp;Customers</a></td></tr> \n'+
	'</table> \n';
	
	menu2Content = '<table width="107" border="0" cellspacing="0" cellpadding="0" height="41" bgcolor="#003399"> \n'+
	'<tr><td width="107" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="107" height="20" onMouseOver="doRollOver(\'link5\');" onMouseOut="doRollOut(\'link5\');" onclick="javascript:window.location.href=\'products/index.html\'"><a id="link5" class="menuLink" href="products/index.html" target="_self">&nbsp;&nbsp;Overview</a></td></tr> \n'+
	'<tr><td width="107" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="107" height="20" onMouseOver="doRollOver(\'link6\');" onMouseOut="doRollOut(\'link6\');" onclick="javascript:window.location.href=\'products/library.html\'"><a id="link6" class="menuLink" href="products/library.html" target="_self">&nbsp;&nbsp;Brochure Library</a></td></tr> \n'+
	'</table> \n';
	
	menu3Content = '<table width="210" border="0" cellspacing="0" cellpadding="0" height="104" bgcolor="#003399"> \n'+
	'<tr><td width="210" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="210" height="20" onMouseOver="doRollOver(\'link7\');" onMouseOut="doRollOut(\'link7\');" onclick="javascript:window.location.href=\'services/index.html\'"><a id="link7" class="menuLink" href="services/index.html" target="_self">&nbsp;&nbsp;Overview</a></td></tr> \n'+
	'<tr><td width="210" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="210" height="20" onMouseOver="doRollOver(\'link8\');" onMouseOut="doRollOut(\'link8\');" onclick="javascript:window.location.href=\'services/reimsnet_services.html\'"><a id="link8" class="menuLink" href="services/reimsnet_services.html" target="_self">&nbsp;&nbsp;REIMSnet Services</a></td></tr> \n'+
	'<tr><td width="210" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="210" height="20" onMouseOver="doRollOver(\'link9\');" onMouseOut="doRollOut(\'link9\');" onclick="javascript:window.location.href=\'services/methodology.html\'"><a id="link9" class="menuLink" href="services/methodology.html" target="_self">&nbsp;&nbsp;REIMS Methodology</a></td></tr> \n'+
	'<tr><td width="210" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="210" height="20" onMouseOver="doRollOver(\'link10\');" onMouseOut="doRollOut(\'link10\');" onclick="javascript:window.location.href=\'services/e-business_services.html\'"><a id="link10" class="menuLink" href="services/e-business_services.html" target="_self">&nbsp;&nbsp;Business Integration Professional Services</a></td></tr> \n'+
	'<tr><td width="210" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="210" height="20" onMouseOver="doRollOver(\'link11\');" onMouseOut="doRollOut(\'link11\');" onclick="javascript:window.location.href=\'services/training_education.html\'"><a id="link11" class="menuLink" href="services/training_education.html" target="_self">&nbsp;&nbsp;Education and Training</a></td></tr> \n'+
	'</table> \n';
	
	menu4Content = '<table width="125" border="0" cellspacing="0" cellpadding="0" height="21" bgcolor="#003399"> \n'+
	'<tr><td width="125" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="125" height="20" onMouseOver="doRollOver(\'link12\');" onMouseOut="doRollOut(\'link12\');" onclick="javascript:window.location.href=\'saa_news/index.html\'"><a id="link12" class="menuLink" href="saa_news/index.html" target="_self">&nbsp;&nbsp;Upcoming Events</a></td></tr> \n'+
	'</table> \n'; 

	menu5Content = '<table width="152" border="0" cellspacing="0" cellpadding="0" height="63" bgcolor="#003399"> \n'+
	'<tr><td width="152" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="152" height="20" onMouseOver="doRollOver(\'link16\');" onMouseOut="doRollOut(\'link16\');" onclick="javascript:window.location.href=\'http://www.reims.net/\'"><a id="link16" class="menuLink" href="http://www.reims.net/" target="_self">&nbsp;&nbsp;REIMSnet</a></td></tr> \n'+
	'<tr><td width="152" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="152" height="20" onMouseOver="doRollOver(\'link17\');" onMouseOut="doRollOut(\'link17\');" onclick="javascript:window.location.href=\'http://www.reims.net/general/login.html\'"><a id="link17" class="menuLink" href="http://www.reims.net/general/login.html" target="_self">&nbsp;&nbsp;REIMSnet Customer Centre</a></td></tr> \n'+
	'<tr><td width="152" height="1" bgcolor="#99CCFF"><img src="images/submenu_pxl.gif" width="1" height="1"></td></tr> \n'+
	'<tr><td class="cursorStyle" width="152" height="20" onMouseOver="doRollOver(\'link18\');" onMouseOut="doRollOut(\'link18\');" onclick="javascript:window.location.href=\'http://www.thesecurecommercezone.com\'"><a id="link18" class="menuLink" href="http://www.thesecurecommercezone.com" target="_self">&nbsp;&nbsp;Secure Commerce Zone</a></td></tr> \n'+	
	'</table> \n'; 

	if(document.all)writeIeMenu(menu1Content, menu2Content, menu3Content, menu4Content, menu5Content);
	if(document.layers)writeNs4Menu(menu1Content, menu2Content, menu3Content, menu4Content, menu5Content);
	if(!document.all && document.getElementById)writeNs6Menu(menu1Content, menu2Content, menu3Content, menu4Content, menu5Content);
}

function writeIeMenu(m1,m2,m3,m4,m5)
{
	document.all.menu1.innerHTML = m1;
	document.all.menu2.innerHTML = m2;
	document.all.menu3.innerHTML = m3;
	document.all.menu4.innerHTML = m4;
	document.all.menu5.innerHTML = m5;	
	document.all.menu1.style.visibility = 'hidden';
	document.all.menu2.style.visibility = 'hidden';
	document.all.menu3.style.visibility = 'hidden';
	document.all.menu4.style.visibility = 'hidden';
	document.all.menu5.style.visibility = 'hidden';	
	menu1Content = null;
	menu2Content = null;
	menu3Content = null;
	menu4Content = null;
	menu5Content = null;	
}

function writeNs4Menu(m1,m2,m3,m4,m5)
{
	document.layers.menu1.document.write(m1);
	document.layers.menu1.document.close();
	document.layers.menu2.document.write(m2);
	document.layers.menu2.document.close();
	document.layers.menu3.document.write(m3);
	document.layers.menu3.document.close();
	document.layers.menu4.document.write(m4);
	document.layers.menu4.document.close();
	document.layers.menu5.document.write(m5);
	document.layers.menu5.document.close();	
	document.layers.menu1.visibility = 'hide';
	document.layers.menu2.visibility = 'hide';
	document.layers.menu3.visibility = 'hide';
	document.layers.menu4.visibility = 'hide';
	document.layers.menu5.visibility = 'hide';	
	menu1Content = null;
	menu2Content = null;
	menu3Content = null;
	menu4Content = null;
	menu5Content = null;	
}

function writeNs6Menu(m1,m2,m3,m4,m5)
{
	document.getElementById("menu1").innerHTML = m1;
	document.getElementById("menu2").innerHTML = m2;
	document.getElementById("menu3").innerHTML = m3;
	document.getElementById("menu4").innerHTML = m4;
	document.getElementById("menu5").innerHTML = m5;	
	document.getElementById("menu1").style.visibility = 'hidden';
	document.getElementById("menu2").style.visibility = 'hidden';
	document.getElementById("menu3").style.visibility = 'hidden';
	document.getElementById("menu4").style.visibility = 'hidden';
	document.getElementById("menu5").style.visibility = 'hidden';	
	menu1Content = null;
	menu2Content = null;
	menu3Content = null;
	menu4Content = null;
	menu5Content = null;	
}

function ProductSelector(popupURL , dimensions)
{
   var strPopupOptions ="location=no";
   strPopupOptions += ",toolbar=no";
   strPopupOptions += ",menubar=no";
   strPopupOptions += ",status=no";
   strPopupOptions += ",scrollbars=yes";
   strPopupOptions += ",resizable=no";
   strPopupOptions += ",top=50";
   strPopupOptions += ",left=50,";
   strPopupOptions += dimensions;
   //popupURL = 'product_selector/' + popupURL;
   popupwin = window.open(popupURL, "popup1", strPopupOptions);
}

d = (document.all || document.getElementById)? 1:0;

var ns = '<link href="saaconsultantscom_ns.css" rel="stylesheet" title="SAA Consultants style sheet" type="text/css">';
var ie = '<link href="saaconsultantscom.css" rel="stylesheet" title="SAA Consultants style sheet" type="text/css"> \n';

(d)? document.write(ie):document.write(ns);

function resizeFix(){
	if(document.layers)location.reload();
}

// This is a comment added to the end of the file