<!--
var txt="Klicken Sie auf einen Link!     \n\n\n\n                                   sh4u"
if (document.layers){
window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
window.onmousedown=rightclick;
window.onmouseup=rightclick;
function rightclick(e) {
if (e.which == 3) {
// Put right mouse code here
alert(txt);
return false; 
}
else {
return true; 
}
}
}
if (document.all){
function click() {
if (event.button==2) {
alert(txt)
}
if (event.button==3) {
alert(txt)}
}
document.onmousedown=click
}
function get_meteo(){
window.open('http://www.sh4u.ch/intern/meteo','',
       'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=495,height=500,left=100,top=50')
}
function get_ttxt(){
window.open('http://www.sh4u.ch/intern/ttxt','',
       'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=200,height=350,left=1,top=1')
}
function get_xfiles(){
window.open('http://www.sh4u.ch/xmembers/xfiles','',
       'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,width=300,height=225,left=1,top=1')
}
function get_sms(){
window.open('http://www.search.ch/r/hdh/sms.search.ch','',
       'toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=750,height=390,left=0,top=0')
}
// --> 

