/**
 * @file wwap.js
 * @date 19 jan 2008
 */

/* 
 * Helper function for language switcher
 */
function surfto(form) {
	var myindex=form.select1.selectedIndex
	if (form.select1.options[myindex].value != "0") {
		location=form.select1.options[myindex].value;
		}
}


/* 
 * Load specific stylesheet for PowerPC Macintoshes.
 * NOTE: This is deprecated as Macs are no longer PPC, and read the same styles as any other Intel machine.
 */
if ((navigator.platform=='MacPPC')) {
	document.write('<link rel="stylesheet" href="/water/wwap/script/wwap_mac.css" type="text/css">')
	}
