//
// ADEWAP.JS   WAP-Script Library (c)11/2000 /A/D/E/ CH-8712 St„fa
// ---------

function wapjag(wapurl) {
	url='http://virtual.wapjag.de/index.php3?url='+wapurl;
	popup=window.open(url,'virtual','status=no,toolbar=no,location=no,menue=no,resizable=no,width=195,height=500');
	popup.focus();
	}


// Link Example: Change in here the URL but never with http:// 
// ------------------------------------------------------------------
//<A href="javascript:wapjag('wap.mywapsite.com')">HELLO W@P-WORLD!</A>
