winX = document.body.clientWidth; // users window width
edge = (winX - 750)/2;
leftPos = edge + 665;

function printIt() {
    window.print();
	return false;
}

function controlStay(){
winX = document.body.clientWidth; // users window width
edge = (winX - 750)/2;
leftPos = edge + 665;
document.getElementById("controls").style.left = leftPos;
}

if (typeof specLink != "undefined"){
specLink = specLink;
} else {
specLink = "#";
}

document.write('<div id="controls" style="position:absolute; top:140px; left:'+leftPos+'px"><a href="javascr'+'ipt:void(0);" onclick="javasc'+'ript:printIt();"><img src="http://mediakit.go.com/images/icon_print.gif" alt="Print this Page" width="22" height="22" border="0"></a>');

if (specLink != "#"){
document.write('&nbsp;&nbsp;&nbsp;<a href="excel/'+specLink+'" target="_new"><img src="http://mediakit.go.com/images/icon_excel.gif" alt="Export to Excel" width="22" height="22" border="0"></a>');
}

document.write('</div>');

onresize = controlStay;
