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='HP'>HP</input></label>");
document.write("				<label><input name='make' class='make' type='checkbox' value='Compaq'>Compaq</input></label>");
document.write("				<label><input name='make' class='make' type='checkbox' value='Acer'>Acer</input></label>");
document.write("				<label><input name='make' class='make' type='checkbox' value='Samsung'>Samsung</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 datorns 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("					<p class='property_headlines'>Internminne:</p><label><input name='property-1-2gb' type='checkbox' value='1-2gb'>Minst 1 GB</input></label>");
document.write("					<label><input name='property-3-4gb' type='checkbox' value='3-4gb'>Minst 2 GB</input></label>");
document.write("					<img src='/images/layout/layout_F2F2EC_5x5.gif' width='5' height='8'><br><p class='property_headlines'>Hårddisk:</p><label><input name='property-hd150-200' type='checkbox' value='hd150-200'>Minst 160 GB</input></label>");
document.write("					<label><input name='property-hd250-300' type='checkbox' value='hd250-300'>Minst 250 GB</input></label>");
document.write("				</div>");
document.write("				<div class='col2'>");
document.write("					<p class='property_headlines'>Skärmstorlek:</p><label><input name='property-screensize10-12' type='checkbox' value='10-12inch'>Minst 10'' LCD</input></label>");
document.write("					<label><input name='property-screensize13-15' type='checkbox' value='13-15inch'>Minst 13'' LCD</input></label>");
document.write("					<img src='/images/layout/layout_F2F2EC_5x5.gif' width='5' height='8'><br><p class='property_headlines'>Vikt:</p><label><input name='property-weight1' type='checkbox' value='weight1'>Högst 2 kg</input></label>");
document.write("					<label><input name='property-weight2' type='checkbox' value='weight2'>Högst 4 kg</input></label>");
document.write("				</div>");
document.write("			</fieldset>");
document.write("			<fieldset id='plan'>");
document.write("				<h3>Övrigt:</h3>");
document.write("				<label style='display:none'><input name='plan' type='radio' checked value='subscription'>Med abonnemang</input></label>");
document.write("				<label style='display:none'><input name='plan' type='radio' value='cashcard'>Med kontantkort</input></label>");
//document.write("				<label><input name='property-3gmodem' type='checkbox' value='3gmodem'>Inbyggt 3G-modem</input></label>");
document.write("				<label><input name='property-webcam' type='checkbox' value='webcam'>Webbkamera</input></label>");
document.write("				<label><input name='property-memcardreader' type='checkbox' value='memcardreader'>Minneskortläsare</input></label>");
document.write("				<label><input name='property-bluetooth' type='checkbox' value='bluetooth'>Bluetooth</input></label>");
document.write("				<label><input name='property-wlan' type='checkbox' value='wlan'>WLAN</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/laptop_filter_submit_167x19.png' value='ok'></p>");
document.write("		<p><a class='mobile-phones-popular' href=''></a></p>");
document.write("		</form>");
