﻿	function validateRightBox(object){
		if (object.RightBoxSearch.value.length < 3){
			alert("Der skal angives et søgeord, og dette søgeord skal være på mindst tre tegn.");
			return false;
		}else{
			return true;
		}
	}

document.write('<table cellpadding=0 cellspacing=0 border=0 style="background-color:#ff9900"><tr><td>');
document.write('<table width=100% cellpadding=0 cellspacing=0 border=0><form action="Default.aspx" method="get" name="RightSearchBox" id="RightSearchBox" onSubmit="return validateRightBox(this);"><input type="hidden" name="ID" value="'+ strAdvancedSearchResultID +'"><tr><td width=116 align=left valign=middle><input type="text" onFocus=javascript:this.value="" id="RightBoxSearch" name="q" value="'+ strSearchInputValue +'" style="width: 100%;" class="inputSearch"></td><td width=7 align=right valign=middle><img src="/Files/System/pixelTrans.gif" width="7" height="18" border="0"></td><td align=right valign=middle><input type="image" src="'+ strSearchButton +'" name="txtSubmitSearch" id="txtSubmitSearch" alt="'+ strSearchAlt +'"></td></tr></form></table>');
document.write('<table width=100% cellpadding=0 cellspacing=0 border=0><tr><td width=161 align=right valign=middle><img src="/Files/System/pixelTrans.gif" width="161" height="6" border="0"></td></tr></table>');
document.write('</td></tr></table>');