
/* ------------------     NEW FUNCTION FOR NORMAL LINKS    -------------------- */

function normLink(href, posi){
var winWidth = document.body.offsetWidth;
var winHeight = document.body.offsetHeight;
var targetInfo ='frame='+top.document.URL+'&referrer='+document.referrer+'&fromPage='+document.location+'&toPage='+href+'&position='+posi+'&wx='+winWidth+'&wy='+winHeight;
document.logImage.src=logfileServer+'normLink.gif?'+targetInfo;
}



/* ------------------     NEW FUNCTION FOR IMAGE CLICKS    ---------------------- */

function imgClick(src){
var winWidth = document.body.offsetWidth;
var winHeight = document.body.offsetHeight;
var targetInfo ='frame='+top.document.URL+'&referrer='+document.referrer+'&fromPage='+document.location+'&wx='+winWidth+'&wy='+winHeight+'&imgSrc='+src;
document.logImage.src=logfileServer+'imgClick.gif?'+targetInfo;
}