function validate() {
	var sel=document.edu.select1.options[document.edu.select1.selectedIndex].value;
	if(sel=="selectme") {
		alert("Please select one option under this category");
	} else if(sel != "single") {
		location.href=sel;
	} else window.open('/mindQuips_sea.jsp?sec=singles&no=1','fortune','scrollbars=yes,resizable=yes,width=350,height=300');
}

document.write(''+
'<table width="163" border="0" cellspacing="0" cellpadding="0" height="26">'+
'	<form method="post" action="" name="edu">'+
'		<tr><td> '+
'			<table width="34%" border="0" cellspacing="1" cellpadding="2">'+
'			<tr> '+
'				<td width="48%"> '+
'					<select name="select1">'+
'						<option value="selectme" selected>Select </option>'+
'						<option value="selectme">...E D U C A T I O N</option>'+
'						<option value="ismust_sea.htm">Education-Is a Must!</option>'+
'						<option value="friendscollege_sea.htm">How To Make Friends</option>'+
'						<option value="successexams_sea.htm">Achieving Success In Exams</option>'+
'						<option value="fromcollege_sea.htm">College To WorkPlace</option>'+
'						<option value="selectme">...C A R E E R</option>'+
'						<option value="career_sea.htm">Career For Women</option>'+
'						<option value="success_sea.htm">Steps Towards Success</option>'+
'						<option value="jobhunt_sea.htm">Art Of Job Hunting</option>'+
'						<option value="resume_sea.htm">Secrets of Perfect Resume</option>'+
'						<option value="interviewjitters_sea.htm">Dealing with interview jitters</option>'+
'						<option value="interview_sea.htm">Interview Basics</option>'+
'						<option value="interviewques_sea.htm">Common Job Interview Questions</option>'+
'						<option value="bodylanguage_sea.htm">Body Language for Interviews</option>'+
'						<option value="communication_sea.htm">The Art of Communication</option>'+
'						<option value="negotiation_sea.htm">Art of Negotiation</option>'+
'						<option value="dressingsuccess_sea.htm">Dressing for Success</option>'+
'						<option value="dresscode_sea.htm">Professional Dress Code</option>'+
'						<option value="corporate_affairs_sea.htm">Corporate Affairs</option>'+
'						<option value="confident_sea.htm">How To Be Confident At Work</option>'+
'						<option value="friendswork_sea.htm">Make Friends At Work</option>'+
'						<option value="boss_sea.htm">Know Your Boss</option>'+
'						<option value="advances_sea.htm">How to Fend Off UnwantedAdvance</option>'+
'						<option value="burnout_sea.htm">Job BurnOut</option>'+
'						<option value="workplace_workouts_sea.htm">Workplace Workouts</option>'+
'						<option value="payraise_sea.htm">Asking for pay rise</option>'+
'			            <option value="badday_sea.htm">Dealing with bad day at work</option>'+
'			            <option value="loveyourjob_sea.htm">Do you love your Job?</option>'+
'                       <option value="resigning_sea.htm">The Art Of Resigning From Your Job</option>'+
'						<option value="guidelines_sea.htm">Changing Career</option>'+
'						<option value="temporary_sea.htm">Temporary Jobs</option>'+
'						<option value="frustration_sea.htm">Dealing With Frustration</option>'+
'						<option value="maternity_sea.htm">Maternity Leave</option>'+
'						<option value="worknfamily_sea.htm">Work And Family</option>'+
'						<option value="careerormarriage_sea.htm">Career or Marriage</option>'+
'						<option value="concept_sea.htm">Concept Of Work From Home</option>'+
'						<option value="woes_sea.htm">Work Place Woes</option>'+
'						<option value="single">Mind Quips</option>'+
'					</select>'+
'				</td>'+
'				<td width="86%"><a href="JavaScript:validate()"><img src="images/go.gif" width="25" height="26" border="0"></a></td>'+
'			</tr>'+
'			</table>'+
'		</td></tr>'+
'	</form>'+
'</table>'+
'');

