function mobilemoneysale(ordernumber,pos) {
 mmrefname = 'kvhemert';
 mmlanguage = 'xx';
 mmpskin = '';

 window.open('http://www.mobilemoney.biz/salespopup.asp?pos='+escape(pos)+'&ordernumber='+escape(ordernumber)+'&refname='+escape(mmrefname)+'&language='+escape(mmlanguage)+'&popupskin='+escape(mmpskin),'popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=468,height=550,left='+eval((screen.availWidth/2)-234)+',top=50');
}

function editor(contenttype, data, pos) {
  mmrefname = 'kvhemert';
  mmlanguage = 'xx';
  mmpskin = '';
  mmdata = data;

	 switch (contenttype*1) {
	   case 15:
	   	screenwidth = 575;
	   	screenheight = 505;
	   	break;
	   case 27:
	   	screenwidth = 500;
	   	screenheight = 497;
	   	break;
	}

  window.open('http://www.mobilemoney.biz/editor.asp?contenttype='+escape(contenttype)+'&refname='+escape(mmrefname)+'&mmdata='+escape(mmdata)+'&language='+escape(mmlanguage)+'&popupskin='+escape(mmpskin),'editorpopup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+screenwidth+',height='+screenheight+',left='+eval((screen.availWidth/2)-234)+',top=50');
}

function sendblink (txt) {
    send('199997&txt='+escape(txt));
}

function parsertttl(rtttl) {
    x = rtttl.replace(/ /g,""); x = x.replace(/:/g,";");
    x = x.replace(/#/g,"_"); return x;
}


function sendrtttl (title,id,rtttl) {
    send('90000&title='+escape(title)+'&rtttl='+parsertttl(rtttl)+'&myid='+escape(id));
}

function playrtttl (title,id,rtttl) {
    play('90000&title='+escape(title)+'&rtttl='+parsertttl(rtttl)+'&myid='+escape(id));
}

function allowcharacters() {
	argv = allowcharacters.arguments;
	argc = allowcharacters.arguments.length;

	for (i = 0; i < argc; i++) {
		if (event.keyCode == argv[i]) {
			return;
		}
	}
	event.returnValue = false;
}

img_speaker="http://www.ringtonio.nl/images/sp3.gif";
img_folder="http://www.ringtonio.nl/images/map1.gif";
mleft=110;
mtop=20;
bgplay="http://www.ringtonio.nl/images/blank.gif";
bgsend="http://www.ringtonio.nl/images/standard.jpg";
d=document;
bd="http://www.ringtonio.nl";
d.writeln ('<link rel="stylesheet" type="text/css" href="'+bd+'/css/10748.css">');
d.writeln ('<scr'+'ipt>');
d.writeln ('function send (id)');
d.writeln ('{');
d.writeln ('var co=(document.getElementById("country") ? document.getElementById("country").value : "");');
d.writeln ('window.open (bd+"/send/?id="+id+"&rtaff=1283&clx=1&rtlo=10748&co="+co,"sendpop","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=617,height=450,screenX=0,screenY=0,top=0,left=0");');
d.writeln ('}');
d.writeln ('function play (id)');
d.writeln ('{');
d.writeln ('window.open (bd+"/play/?id="+id+"&rtaff=1283&clx=1&rtlo=10748","playpop","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=300,height=160,screenX=0,screenY=0,top=0,left=0");');
d.writeln ('}');
d.writeln ('function nix ()');
d.writeln ('{');
d.writeln ('return;');
d.writeln ('}');
d.writeln ('</scr'+'ipt>');
