/* AUTHOR: lesliewood@mweb.co.za */
/* Creation date: 09/03/2008 */
<!--
function sendformat(n) {
	if (n > 0)  {
		document.genre.platform.value = n;
		document.genre.submit();
		}
}
function sendgenre(n) {
	if (n > 0)  {
		document.genre.platform.value = n;
		document.genre.submit();
		}
}

function mailles() {
	var domain="mweb";
	var user = "lesliewood";
	window.location = "mailto:" + user + "@" + domain + ".co.za";
}
-->