
function sendcall() {
	document.sendcall.target="sendcallpopup";
	sendcallpopupwin =window.open("themes/eCityruf/empty.htm", "sendcallpopup", "width=368,height=185,scrollbars=no");
	sendcallpopupwin.focus();
        document.sendcall.submit();
   OS = /(Mac)/g;
   if (OS.test(navigator.platform)==false) {
     document.sendcall.reset();
   }
}
function sendcallpopup() {
	
	sendcallpopupwin = window.open("http://inetgateway.emessage.de/cgi-bin/funkruf2.cgi?language=de&action=ShowPagerNumberForm&service=2", "sendcallpopup", "width=368,height=185,scrollbars=no");
	sendcallpopupwin.focus();
}
