document.write("		<form id='phone-selector' action='#mobile-phones-filter-items' method='get'>");
document.write("		<div>");
document.write("			<fieldset id='make'>");
document.write("				<h3>Välj märke:</h3>");
document.write("				<label><input name='allmakes' class='make' type='checkbox' checked value='Alla' id='checkallMakes'>Alla</input></label>");
document.write("				<label><input name='make' class='make' type='checkbox' value='Siemens'>Siemens</input></label>");
document.write("				<label><input name='make' class='make' type='checkbox' value='Panasonic'>Panasonic</input></label>");
document.write("				<label><input name='make' class='make' type='checkbox' value='Telia'>Telia</input></label>");
document.write("				<label><input name='make' class='make' type='checkbox' value='PreView'>PreView</input></label>");
//document.write("				<label><input name='make' class='make' type='checkbox' value='Other'>Övriga</input></label>");
document.write("			</fieldset>");
document.write("			<fieldset id='property'>");
document.write("				<h3>Välj telefonens egenskaper:</h3>");
document.write("				<div class='col1'>");
//document.write("					<label><input name='allproperties' type='checkbox' value='Alla egenskaper' id='checkallProperties'>Alla</input></label>");
document.write("					<label><input name='property-sladdlos' type='checkbox' value='sladdlos'>Sladdlös</input></label>");
document.write("					<label><input name='property-colorscreen' type='checkbox' value='fargskarm'>Färgskärm</input></label>");
document.write("					<label><input name='property-numbpresent' type='checkbox' value='numbpres'>Nummerpresentation</input></label>");
document.write("					<label><input name='property-headset' type='checkbox' value='headset'>Anslutning för headset</input></label>");
document.write("					<label><input name='property-belyst-knapp' type='checkbox' value='belyst-knapp'>Belyst knappsats</input></label>");
document.write("					<label><input name='property-moreunits' type='checkbox' value='moreunits'>Flera handenheter</input></label>");
document.write("				</div>");
document.write("				<div class='col2'>");
document.write("					<label><input name='property-energysaveing' type='checkbox' value='energysave'>Energisparfunktion</input></label>");
document.write("					<label><input name='property-vibrator' type='checkbox' value='Vibrator'>Vibrator</input></label>");
document.write("					<label><input name='property-hogtalartele' type='checkbox' value='hogtalartele'>Högtalartelefon i handenheten</input></label>");
document.write("					<label><input name='property-sekretess' type='checkbox' value='sekretes'>Sekretess</input></label>");
document.write("					<label><input name='property-alarm' type='checkbox' value='alarm'>Alarm</input></label>");
document.write("				</div>");
document.write("			</fieldset>");
document.write("			<fieldset id='plan'>");
document.write("				<h3>Prisavtal:</h3>");
document.write("				<label><input name='plan' type='radio' checked value='subscription'>Med prisavtal</input></label>");
document.write("				<label><input name='plan' type='radio' value='no-subscription'>Utan prisavtal</input></label>");
document.write("			</fieldset>");
document.write("		</div>");
document.write("		<p id='filter-submit'><input id='select_item_button' type='image' src='/include/conv/img_1.4/buttons/fastt_filter_submit_167x19.gif' value='ok'></p>");
document.write("		<p><a class='mobile-phones-popular' href=''>Visa populära telefoner</a></p>");
document.write("		</form>");

