function validate(f) {
	if ( document.romance.select1.selectedIndex==0)	{ 
		alert("Please select one option");
		document.romance.select1.focus();
		return;
   }
	
	var d = document.romance.select1.options[document.romance.select1.selectedIndex].value;
	if(d =="love" ) window.open('/mindQuips_sea.jsp?sec=love&no=1','fortune','scrollbars=yes,resizable=yes,width=350,height=300');
	else if(d=="cship") window.open('/mindQuips_sea.jsp?sec=courtship&no=1','fortune','scrollbars=yes,resizable=yes,width=350,height=300');
	else if(d=="greetings") window.open('http://www.dgreetings.com/seasonsindia','Seasons','scrollbars=yes,resizable=yes,maximize=yes,width=760,height=500');
	else window.location.href=d;
   
	return;
}

document.write(''+
'<table width="" border="0" cellspacing="1" cellpadding="2" align="left">'+
'	<tr> '+
'		<form method="post" name="romance">'+
'			<td height="7"> '+
'				<table width="" border="0" cellspacing="1" cellpadding="2">'+
'					<tr>'+
'						<td> '+
'							<select name="select1">'+
'								<option selected>Select an option</option>'+
'								<option value="aboutlove_sea.htm">All About Love</option>'+
'								<option value="loverelationship_sea.htm">Love and Relationship</option>'+
'								<option value="flirtingdating_sea.htm">Flirting and Dating</option>'+
'								<option value="kissing_sea.htm">Kissing</option>'+
'								<option value="lovesex_sea.htm">Love and Sex</option>'+
'								<option value="lovediemma_sea.htm">Love Dilemma</option>'+
'								<option value="ecards_sea.jsp">e-Greetings</option>'+
'								<option value="tipsformen_sea.htm">Tips for Men</option>'+
'							</select>'+
'						</td>'+
'						<td width="29" align="left" valign="top"><a href="javascript:validate(this)"><img src="images/go.gif" width="31" height="30" border="0" alt="Go"></a></td>'+
'					</tr>'+
'				</table>'+
'			</td>'+
'		</form>'+
'	</tr>'+
'</table>'+
'');
