﻿function printerfriendly()
{
	document.write ("<img src=\"http://welcome.hp-ww.com/img/hpweb_1-2_prnt_icn.gif\" width=\"19\" height=\"13\" alt=\"\" border=\"0\"><a href=\"http://www.hp.com/cgi-bin/pf-new.cgi?IN=" + location.href + "\" class=\"udrlinebold\">可列印版本</a>");
}

var mfBanners = [
[''],
['HP 推薦使用 Windows<br>Vista&trade; Home Premium<br>'],
['HP iPAQ Pocket PC is a Microsoft&reg; Windows&reg; Powered Pocket PC']
];

var mfIe;

if (navigator.appName == "Netscape") 
{
	mfIe = false;
} 
else 
{
	mfIe = true;
}


function mfBannerChange(choice) 
{
	var mfBannerIndex = choice;
	if(mfIe) 
	{
		document.all.banner.innerHTML = mfBanners[mfBannerIndex][0];
	}
	else 
	{
		document.getElementById("banner").innerHTML = mfBanners[mfBannerIndex][0];
	}
	
}


function Link(name, desc, url)
{
	this.name = name;
	this.desc = desc;
	this.url = url;
}
				