function selectOpt() {
	var selected = document.frmHomeSweet1.optHomeSweet.options[document.frmHomeSweet1.optHomeSweet.selectedIndex].value;

	if (selected != "selectMe") {
		location.href = selected;
	} 
}

document.write(''+
'<table border="0" cellspacing="0" cellpadding="0">'+
'	<tr>'+
'		<td>'+
'			<form name="frmHomeSweet1" method=post action="">'+
'				<select name="optHomeSweet" onchange="javascript:selectOpt()">'+
'					<option value="selectMe">Select an option</option>'+
'					<option value="selectMe">Designing Basics. . .</option>'+
'					<option value="hsweetFinding_sea.htm">...Finding your style</option>'+
'					<option value="hsweetChoosing_sea.htm">...Choosing the right colour</option>'+
'					<option value="hsweetFurnishing_sea.htm">...Furnishing </option>'+
'					<option value="hsweetTrust_sea.htm">...Trust your taste</option> '+
'					<option value="hsweetSpace_sea.htm">Space utilization and storage</option>'+
'					<option value="hsweetClutterControl_sea.htm">Clutter Control</option>'+
'					<option value="larger_sea.htm">Make Your Room Appear Larger</option>'+
'					<option value="lighting_sea.htm">In-vogue Lighting Trends </option>'+
'					<option value="hsweetKitchen_sea.htm">Kitchen Designing</option>'+
'					<option value="hsweetEconomic_sea.htm">Economic Decoration</option>'+
'				</select>'+
'			</form>'+
'		</td>'+
'	</tr>'+
'</table>'+
'');

