var total_featured_products = 5;
var feat_img=new Array(total_featured_products);
var feat_head=new Array(total_featured_products);
var feat_links=new Array(total_featured_products);
feat_img[0]="/EZCheckImages/graphics/feat_pro.png";
feat_img[1]="/EZCheckImages/graphics/scanner.jpg";
feat_img[2]="/EZCheckImages/graphics/feat_pro.png";
feat_img[3]="/EZCheckImages/graphics/scanner.jpg";
feat_img[4]="/EZCheckImages/graphics/feat_pro.png";
feat_head[0]="EZ Deposit Handset 1";
feat_head[1]="Featured Product 2";
feat_head[2]="Featured Product 3";
feat_head[3]="Featured Product 4";
feat_head[4]="Featured Product 5";
feat_links[0]="<a href='template.asp' class='featuredprod'>Get the details</a><br /><a href='template.asp' class='featuredprod'>Read EZDeposit Savings Analysis</a><br /><a href='template.asp' class='featuredprod'>See the EZDeposit printable flyer</a><br /><a href='template.asp' class='featuredprod'>See the EZDeposit system</a><br /><a href='template.asp' class='featuredprod'>See the EZDeposit Single Feed demo</a><br /><a href='template.asp' class='featuredprod'>See the EZDeposit High Speed batch demo</a>";
feat_links[1]="<a href='template.asp' class='featuredprod'>Get the details</a><br /><a href='template.asp' class='featuredprod'>Read Analysis of Featured Product 2</a><br /><a href='template.asp' class='featuredprod'>See the printable flyer of Featured Product 2</a><br />";
feat_links[2]="<a href='template.asp' class='featuredprod'>Get the details</a><br /><a href='template.asp' class='featuredprod'>Read Analysis of Featured Product 3</a><br /><a href='template.asp' class='featuredprod'>See the printable flyer of Featured Product 3</a><br />";
feat_links[3]="<a href='template.asp' class='featuredprod'>Get the details</a><br /><a href='template.asp' class='featuredprod'>Read Analysis of Featured Product 4</a><br /><a href='template.asp' class='featuredprod'>See the printable flyer of Featured Product 4</a><br />";
feat_links[4]="<a href='template.asp' class='featuredprod'>Get the details</a><br /><a href='template.asp' class='featuredprod'>Read Analysis of Featured Product 5</a><br /><a href='template.asp' class='featuredprod'>See the printable flyer of Featured Product 5</a><br />";


var boxnum;
function changecontent(boxnum) {
	for(i=0; i<total_featured_products; i++) {
		if (i==boxnum) {
			document.getElementById(i).style.backgroundImage = "url(/EZCheckImages/graphics/feat_box_active.gif)";
		}
		else {
			document.getElementById(i).style.backgroundImage = "url(/EZCheckImages/graphics/feat_box_passive.gif)";
		}
	}
	document.getElementById("feat_img").src = feat_img[boxnum];
	document.getElementById("feat_head").innerHTML = feat_head[boxnum];
	document.getElementById("feat_links").innerHTML = feat_links[boxnum];
}
	
	
var box;
function clearbox() {
	document.getElementById("keyword").value = "";
}
function fillbox() {
	if (document.getElementById("keyword").value == "") {
		document.getElementById("keyword").value = "Enter keyword and ...";
	}
}

 