var myquote="'";
var Nav4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4));

if (document.images) {
		
b11on = new Image(125,35);
b11on.src = "new_images/cl_on.gif";
b11off = new Image(125,35);
b11off.src = "new_images/spacer.gif";

b12on = new Image(124,35);
b12on.src = "new_images/sc_on.gif";
b12off = new Image(124,35);
b12off.src = "new_images/spacer.gif";

}

function navact(imgName) {
	if (document.images)
    document[imgName].src = eval(imgName + 'on.src');
	}

function navinact(imgName) {
	if (document.images)
	document[imgName].src = eval(imgName + 'off.src');
	}
	
	
if (Nav4) {
document.write('<table width="767" border="0" cellspacing="0" cellpadding="0" background="new_images/header3.gif">');
} else {
document.write('<table width="767" border="0" cellspacing="0" cellpadding="0" background="new_images/header3.png">');
}
		
document.write(
		'<tr height="66">'+
			'<td valign="top">'+
				'<div align="right">'+
					'<a href="http://www.speedtools.com/Login.html" onmouseover="navact('+myquote+'b11'+myquote+'); return true;" onmouseout="navinact('+myquote+'b11'+myquote+')"><img src="new_images/spacer.gif" alt="" name="b11" width="125" height="35" border="0"></a><a href="https://www.SpeedTools2.com/store/cart.php?m=view" onmouseover="navact('+myquote+'b12'+myquote+'); return true;" onmouseout="navinact('+myquote+'b12'+myquote+')"><img src="new_images/spacer.gif" alt="" name="b12" width="124" height="35" border="0"></a><br>'+
					'<img src="new_images/spacer.gif" alt="" width="10" height="27" border="0">'+
				'</div>'+
			'</td>'+
		'</tr>'+
	'</table>');