img_speaker="/gfx/loud.gif";
img_folder="/gfx/pijl_categorieen.gif";
mleft=130;
mtop=20;
bgplay="";
bgsend="/gfx/bg_bestel.gif";
d=document;
bd="http://www.ringtonio.nl";
d.writeln ('<scr'+'ipt>');
d.writeln ('function send (id)');
d.writeln ('{');
d.writeln ('window.open (bd+"/send/?id="+id+"&rtaff=9876&clx=1&rtlo=25306","sendpop","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=600,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=9876&clx=1&rtlo=25306","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>');

		
google_ad_client = "pub-6739834733860804";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "F3F3F3";
google_color_bg = "F3F3F3";
google_color_link = "000000";
google_color_url = "1F93FF";
google_color_text = "000000";

function checkNaam()
{
	var naamform = new Array ('naam', 'betekenis');
	var error = false;
	var formulier;
	
	formulier = 'naamform';
	for (i = 0; i < eval(formulier).length; i++){
		test = "document.forms['"+ formulier +"']."+ eval(formulier)[i] +".value.length";
		if (eval(test) == 0){
			error = true;
			eval ("document.forms['"+ formulier +"']."+ eval(formulier)[i] +".style.background = '#BEE5FF'");
		}
	}
	if (error){
		alert('Niet alle velden zijn ingevuld!');
		return;
	} 
	else{
		eval("document.forms['"+ formulier +"'].submit()");	
	}	
}

