'; output += "



\n\n"; document.write(output); } //********************************************************************************************************** // UTILITY FUNCTIONS //********************************************************************************************************** //********************************************************************************************************** // // function: GetObjectHeight(obj) // //********************************************************************************************************** function GetObjectHeight(obj) { if (isNav) { return obj.clip.height } else { return obj.clientHeight } } //********************************************************************************************************** // // function GetObjectWidth(obj) // //********************************************************************************************************** function GetObjectWidth(obj) { if (isNav) { return obj.clip.width } else { return obj.width } } //********************************************************************************************************** // // function: GetObjectLeft(obj) // //********************************************************************************************************** function GetObjectLeft(obj) { if (isNav) { return obj.clip.left } else { return obj.pixelLeft } } //********************************************************************************************************** // // function: GetObjectTop(obj) // //********************************************************************************************************** function GetObjectTop(obj) { if (isNav) { return obj.clip.top } else { return obj.pixelTop } } //********************************************************************************************************** // // // //********************************************************************************************************** //********************************************************************************************************** // // // //********************************************************************************************************** //********************************************************************************************************** // // // //********************************************************************************************************** //********************************************************************************************************** // // // //********************************************************************************************************** //********************************************************************************************************** // // // //********************************************************************************************************** -->