function doCoolResize()
{
	oCMenu0.fromLeft=document.getElementById('contentmainframe').offsetLeft;
	document.getElementById('coolmenuspacer').style.height = document.getElementById('oCMenu0bbar').style.height;
}

function roll_over(img_name, img_src) {
   document[img_name].src = img_src;
}

function gotoProdpage(id) {
    window.location="?id="+id;
}

function gotoSupportpage(id) {
    window.location=id;
}

function checkDownloadForm() {
    var validated =false;
    
    if ((document.downloadregistrationform.email.value.indexOf("@") > 0) && (document.downloadregistrationform.naam.value != '') && (document.downloadregistrationform.country.value != '')) {
        validated = true;
    } else {
        alert('Please enter a name, valid emailadress and country');
    }
    
    return validated;
}
