function support(which) {
	if (which = 'helpdesk') {
window.open ('http://www.ringtonio.nl/helpdesk/?rtlo=27849','supportpop','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');
	}
	else if (which = 'toestellen') {
window.open ('http://www.ringtonio.nl/send/support/?rtlo=27849','supportpop','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');
	}
}	

function createhelpmenu() {
	document.write('<span class="fakelink helpdesk" onClick="support(\'helpdesk\')">helpdesk</span> ');
	document.write('<span class="fakelink toestellen" onClick="support(\'toestellen\')">ondersteunde telefoons</span>');
}



function inputEvents(elm, defaultTxt) {
	var elm = document.getElementById(elm);
	elm.value=defaultTxt;
	elm.onfocus=function(){if(elm.value == defaultTxt){elm.value = '';}};
	elm.onblur=function(){if(elm.value == ''){elm.value = defaultTxt}};
}



window.onload=function() {
	inputEvents('searchInput', 'Zoek ringtone');
	inputEvents('nametoneInput', 'JOUW NAAM');
};



function nameToneOnSubmit(elm) {
	var elm = document.getElementById(elm);
	window.open('http://www.ringtonio.nl/send/nametone?naam='+escape(elm.value)+'&rtaff=7212&rtlo=27849','nametonepop','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');
	return false;
}
