<!--  

var szDomain = "http://www.port80software.com";
if (document.images) 
{	
	productson = new Image(90, 64);
	productson.src = "/images/NR_products.gif";
	productsoff = new Image(90, 64);
	productsoff.src = "/images/N_products.gif";
	
	supporton = new Image(86, 64);
	supporton.src = "/images/NR_support.gif";
	supportoff = new Image(86, 64);
	supportoff.src = "/images/N_support.gif";

	abouton = new Image(69, 64);
	abouton.src = "/images/NR_about.gif";
	aboutoff = new Image(69, 64);
	aboutoff.src = "/images/N_about.gif";
	
	contacton = new Image(80, 64);
	contacton.src = "/images/NR_contact.gif";
	contactoff = new Image(80, 64);
	contactoff.src = "/images/N_contact.gif";

	carton = new Image(50, 13);
	carton.src = "/images/cartR.gif";
	cartoff = new Image(50, 13);
	cartoff.src = "/images/cart.gif";

	signupon = new Image(65, 13);
	signupon.src = "/images/signupR.gif";
	signupoff = new Image(65, 13);
	signupoff.src = "/images/signup.gif";
 }

function On(imgName) { if(document.images){document.images[imgName].src = eval(imgName + "on.src");} }
function Off(imgName) { if(document.images){document.images[imgName].src = eval(imgName + "off.src");} }

function product_redirect(ploc) {
	var loc = szDomain+"/products/" + ploc;
	if((ploc+"").length > 0)
	{
		if(ploc == "w3compiler") { window.open('http://www.w3compiler.com/'); }
		else if(ploc == "servermask") { window.location = "http://www.port80software.com/products/servermask/iis"; }
		else if(ploc == "servermaskip100") { window.location = "http://www.port80software.com/products/servermask/tcpip.asp"; }
		else if(ploc == "servermaskIP1000") { window.location = "http://www.port80software.com/products/servermask/tcpip.asp"; }
		else { window.location = loc; }
	}
}

defaultStatus = "";

function ow(pF,pW,pH,pS)
{
	var f=pF,bName=navigator.appName,bVer=parseFloat(navigator.appVersion);
	NewWindow = window.open(f, "","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+pS+",resizable=1,copyhistory=0,width="+pW+",height="+pH);
}
function open_window(pF,pW,pH) { ow(pF,pW,pH,0); }
function open_window_scrolling(pF,pW,pH) { ow(pF,pW,pH,1); }

// -->



		
