if ((navigator.userAgent.indexOf("Mozilla/4.0") != -1)||(navigator.userAgent.indexOf("Mozilla/3.0") != -1)) 
{
// top bar...
t1 = new Image();
t1.src = jg_imgpath+"bimages/pro0.jpg";
t1_hi = new Image();
t1_hi.src = jg_imgpath+"bimages/pro1.jpg";

t2 = new Image();
t2.src = jg_imgpath+"bimages/par0.jpg";
t2_hi = new Image();
t2_hi.src = jg_imgpath+"bimages/par1.jpg";

t3 = new Image();
t3.src = jg_imgpath+"bimages/aus0.jpg";
t3_hi = new Image();
t3_hi.src = jg_imgpath+"bimages/aus1.jpg";

t4 = new Image();
t4.src = jg_imgpath+"bimages/cus0.jpg";
t4_hi = new Image();
t4_hi.src = jg_imgpath+"bimages/cus1.jpg";

t5 = new Image();
t5.src = jg_imgpath+"bimages/hom0.jpg";
t5_hi = new Image();
t5_hi.src = jg_imgpath+"bimages/hom1.jpg";

j1 = new Image();
j1.src = jg_imgpath+"bimages/jump_cn0.gif";
j1_hi = new Image();
j1_hi.src = jg_imgpath+"bimages/jump_cn1.gif";

j2 = new Image();
j2.src = jg_imgpath+"bimages/jump_cv0.gif";
j2_hi = new Image();
j2_hi.src = jg_imgpath+"bimages/jump_cv1.gif";

// right bar...
r1 = new Image();
r1.src = jg_imgpath+"images/r0_wishlist.gif";
r1_hi = new Image();
r1_hi.src = jg_imgpath+"images/r1_wishlist.gif";

r2 = new Image();
r2.src = jg_imgpath+"images/r0_mailinglist.gif";
r2_hi = new Image();
r2_hi.src = jg_imgpath+"images/r1_mailinglist.gif";

r3 = new Image();
r3.src = jg_imgpath+"images/r0_mailthis.gif";
r3_hi = new Image();
r3_hi.src = jg_imgpath+"images/r1_mailthis.gif";

r4 = new Image();
r4.src = jg_imgpath+"images/r0_links.gif";
r4_hi = new Image();
r4_hi.src = jg_imgpath+"images/r1_links.gif";

r5 = new Image();
r5.src = jg_imgpath+"images/r0_where2buy.gif";
r5_hi = new Image();
r5_hi.src = jg_imgpath+"images/r1_where2buy.gif";
}

function ImgFunc(imgDocID,imgObjName) {

if ((navigator.userAgent.indexOf("Mozilla/4.0") != -1)||(navigator.userAgent.indexOf("Mozilla/3.0") != -1)) {
document.images[imgDocID].src = eval(imgObjName + ".src")
}}

function moreDetails(pid)
{
    aspFile = "prowindow.asp?proCode="+pid
	window.open(aspFile,"winZoom","scrollbars=yes,toolbar=no,menubar=no")
}

function rotateMsg()
{
	// Detect the browser
	iens6 = document.all||document.getElementById
	ns4   = document.layers
	speed = 1
	if (iens6)
	{
		var crossobj=document.getElementById? document.getElementById("content") : document.all.content
		var contentheight=crossobj.offsetHeight
			if(parseInt(crossobj.style.top) <= contentheight *(-1)+10)
			{
			 crossobj.style.top = 130
			}
		}
		else if (ns4)
		{
		var crossobj=document.nscontainer.document.nscontent
		var contentheight=crossobj.clip.height
			if(parseInt(crossobj.top) < contentheight *(-1))
			{
			 crossobj.top = 130
		}
	}
	if(iens6&&parseInt(crossobj.style.top)>=(contentheight*(-1)+10))
		{
		crossobj.style.position="relative"
		crossobj.style.top=parseInt(crossobj.style.top)-speed
		document.upvar.holdHt.value = crossobj.style.top
		}
	else
		{
		crossobj.top -=speed
		document.upvar.holdHt.value = crossobj.top
		}
	x= setTimeout("rotateMsg()",50)
}

function stop()
{
	clearTimeout(x)
	
	if(iens6)
		{
		var crossobj=document.getElementById? document.getElementById("content") : document.all.content
		crossobj.style.top = document.upvar.holdHt.value
		}
	else
		{
		var crossobj=document.nscontainer.document.nscontent
		 crossobj.top = document.upvar.holdHt.value
		} 
}
