
function getObjWidth(obj){
	alert(obj);
	if (isNav) {
		return obj.clip.width;
	}else{
		return obj.clientwidth;
	}
}
