<!--


<!--//
function res(){
	if (document.forsaljare.Namn.value.length < 3){
		alert("Du glömde skriva namn!");
		return false;
	}
	if (document.forsaljare.Postadress.value.length < 3){
		alert("Du glömde skriva postadress!");
		return false;
	} 
	if (document.forsaljare.Telefon.value.length < 3){
		alert("Du glömde skriva telefon!");
		return false;
	} 
	if (document.forsaljare.Epost.value.length < 3){
		alert("Du glömde skriva e-post!");
		return false;
	} 
}
//-->

<!--
function intresse(sida){
window.open(sida,"popup","scrollbars=1,left=265,top=178,resizable=0,width=440,height=550"); 
}
function bilder(sida){
window.open(sida,"popup","scrollbars=1,left=200,top=200,resizable=0,width=770,height=530");
}

//-->