//                                          ...
//                                      .::::::::.
//                                  	 :::      :::
//                          ....       ::      ::::
//     :: : ..:::.      .::::::::.:: :   :    ::::   :: :     : ::   :: ..:::::
//     ** * *  * **   ** *       ** *     ******    ** *      * **   ** ******
//    ** *     * **  ** *      *** *    ******     ** *      * **   ** *
//   ** *     * **   ** *     *** *   ****    **   * **    ** **   ** *
//  :: :     : ::     :: :: :::  ::: ::::     :::  :::::::: :::  :: :
//                                  ::::      ::::
//                                   ::::    ::::
//                                     :::::::
//                                          
//										  
//                            (c) 2004  mkoch(a)na8ur.com
//                        - goodvibes of a new media angle -    
//
//

function highlight(wert) {
	wert.style.backgroundColor = "#fafa00";
}
function dehighlightakt(wert) {
	wert.style.backgroundColor = "#fae300";
}
function dehighlight(wert) {
	wert.style.backgroundColor = "#ffa922";
}


function destination(dest) {
	if((document==top.document) && ((navigator.appName!='Netscape') || (window.statusbar.visible))) {
	if((navigator.appName!= '') && (navigator.appVersion.substring(0,1)!='2')) location.replace(dest);
	location.href = dest;
	}
}

function writemail() {
	var ass = '<a href="mailto:';
	var add = 'mko';
	var avv = 'ch@na';
	var aii = '8ur.com';
	document.write(ass + add + avv + aii + '" class="helpmenue">' + add + avv + aii + '</a>');
}
