﻿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>");

}

function highlight(name)
{
	if (global == name)
		document.write ("<b>" + name + "</b>");
	else
		document.write (name);
}

function outofsite(url,cty)
{
	if (cty == 'KR')
	{
		win = open(url,'outofsite','');
		win.focus();
	}
	else
	{
		win = open('outofsite.asp?url=' + url + '&cty=' + cty,'outofsite','');
		win.focus();
	}
}


var rnd_rightnav = new Array();
rnd_rightnav[1] = "<a href='whybuy_reliability.asp'><img src='images_oov/chiclet_supplies.gif' width='148' height='110' border='0' alt='Find out why HP printers are more reliable.'></a>";
rnd_rightnav[2] = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='148' height='110'><param name='movie' value='images_oov/chiclet_8ink.swf'><param name='quality' value='high'><param name='menu' value='false'><embed src='images_oov/chiclet_8ink.swf' quality='high' menu='false' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='148' height='110'></embed></object>";

function randomizer(category) {
	rndimagenum = Math.ceil(Math.random() * (eval("rnd_" + category + ".length") - 1));
	eval ("items = rnd_" + category + "[" + rndimagenum + "];");
	rndswf = items;
	
	document.write(rndswf);
}