 /* Flip function created by Al Araya (c) 1999*/ if (document.images) {logo = new Image();logo.src = "../common/images/globnav_logo.gif";logo_on = new Image();logo_on.src = "../common/images/globnav_logo_over.gif";timeline = new Image();timeline.src = "../common/images/globnav_timeline.gif";timeline_on = new Image();timeline_on.src = "../common/images/globnav_timeline_over.gif";whoswho = new Image();whoswho.src = "../common/images/globnav_whoswho.gif";whoswho_on = new Image();whoswho_on.src = "../common/images/globnav_whoswho_over.gif";map = new Image();map.src = "../common/images/globnav_map.gif";map_on = new Image();map_on.src = "../common/images/globnav_map_over.gif";thebook = new Image();thebook.src = "../common/images/globnav_thebook.gif";thebook_on = new Image();thebook_on.src = "../common/images/globnav_thebook_over.gif";links = new Image();links.src = "../common/images/globnav_links.gif";links_on = new Image();links_on.src = "../common/images/globnav_links_over.gif";about = new Image();about.src = "../common/images/globnav_about.gif";about_on = new Image();about_on.src = "../common/images/globnav_about_over.gif";store = new Image();store.src = "../common/images/globnav_store.gif";store_on = new Image();store_on.src = "../common/images/globnav_store_over.gif";}function flip(){if (document.images)   {var num_arg = arguments.length;if (num_arg == 0 || (num_arg % 2) != 0) return;for (var i=0; i<num_arg; i)      {	var j = i+1;	var imgname = arguments[i];	var imgsrc = arguments[j];	document.images[imgname].src = eval(imgsrc+'.src');	i+=2;     }  }}// -->