
/* The last part of the footer, the grey bar */



function getDualInstAndLegalLine() {
	var text = "";
		text += '<TR valign="top">';
			text += '<TD width="280">';
				text += '<TABLE width="280" border="0" cellspacing="0" cellpadding="0">';
					text += '<TR><TD height="2" style="background-color:#FF0000;"><IMG src="/bv/computers/navigation/pixel.gif" width="1" height="2"></TD></TR>';
					text += '<TR valign="top">';
						text += '<td width="280" height="16" align="right" valign="middle" style="background-color:#FF0000; color:#FFFFFF; font-weight:bold; padding-right: 5 px;">Please note</td>';
					text += '</TR>';
				text += '</TABLE>';
			text += '</TD><TD align="left">';
				text += '<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">';
					text += '<TR><TD height="2" style="background-color:#FF0000; "><IMG src="/bv/computers/navigation/pixel.gif" width="1" height="2"></TD></TR>';
					text += '<TR align="left">';
						text += '<TD><IMG src="/bv/computers/navigation/pixel.gif" width="3" height="3">From two Microsoft operating systems pre-installed you can choose only one by one-time selection. ';
						text += 'If you desire the rejected operating system after you made a selection you need to acquire and pay for such operating system as a separate transaction.</TD>';
					text += '</TR>';
					text += '<TR><TD height="1" style="background-color:#CCCCCC;"><IMG src="/bv/computers/navigation/pixel.gif" width="1" height="1"></TD></TR>';
					text += '<TR align="left">';
						text += '<TD><IMG src="/bv/computers/navigation/pixel.gif" width="3" height="3">Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United states and/or other countries. </TD>';
					text += '</TR>';
				text += '</TABLE>';
			text += '</TD>';
		text += '</TR>'
		
	return text;
}

function getLegalLine() {
	var text = "";
		text += '<TR valign="top">';
			text += '<TD width="280">';
				text += '<TABLE width="280" border="0" cellspacing="0" cellpadding="0">';
					text += '<TR><TD height="2" style="background-color:#FF0000;"><IMG src="/bv/computers/navigation/pixel.gif" width="1" height="2"></TD></TR>';
					text += '<TR valign="top">';
						text += '<td width="280" height="16" align="right" valign="middle" style="background-color:#FF0000; color:#FFFFFF; font-weight:bold; padding-right: 5 px;">Please note</td>';
					text += '</TR>';
				text += '</TABLE>';
			text += '</TD><TD align="left">';
				text += '<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">';
					text += '<TR><TD height="2" style="background-color:#FF0000; "><IMG src="/bv/computers/navigation/pixel.gif" width="1" height="2"></TD></TR>';
					text += '<TR align="left">';
						text += '<TD><IMG src="/bv/computers/navigation/pixel.gif" width="3" height="3">Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United states and/or other countries. </TD>';
					text += '</TR>';
				text += '</TABLE>';
			text += '</TD>';
		text += '</TR>'
		
	return text;
}


function getDualInstallation_old() {
	var text = "";
		text += '<DIV>Please note: From two MS operating systems ("OS") pre-installed you can choose only one by one-time ';
			text += "selection. If you desire the rejected OS after you made your selection you need to acquire ";
		text += "and pay for such OS as a separate transaction.</DIV><BR>";
		
	return text;
}

function getLegalLine_old() {
	var text = "";
		text += '<DIV>Microsoft and Windows are either registered trademarks or trademarks of Microsoft ';
			text += "Corporation in the United States and/or other countries.</DIV><BR>";
	
	return text;
}