function validate()
{
	if(document.getElementById("txtquestion").value == "")
	{
		alert("Enter Question");
		return false
	}
	if(document.getElementById("email").value == "")
	{
		alert("Enter Email");
		return false
	}
	return true
}




document.writeln('<div id="somediv" style="display:none">');
document.writeln('<div style="position:relative; width:350px;">');
document.writeln('<form id="form1" name="form1" method="post" action="ask_que.asp">');
document.writeln('<table width="300" border="0" cellpadding="0" cellspacing="0" class="tbl-pad-popup-call">');
document.writeln('<tr>');
document.writeln('<td height="28" colspan="2" align="left" valign="top">Please enter your Question &amp; Email Id below.</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="120" height="70" align="left" valign="top"><strong>Your question </strong></td>');
document.writeln('<td width="120" align="left" valign="top"><label>');
document.writeln('<textarea name="txtquestion" id="txtquestion" cols="17" rows="2" class="txt-area-home"></textarea>');
document.writeln('</label></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="180" height="33" align="left" valign="top"><strong>Email  </strong></td>');
document.writeln('<td width="180" align="left" valign="top"><label>');
document.writeln('<input type="text" name="email" id="email" />');
document.writeln('</label></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td align="left" valign="top">&nbsp;</td>');
document.writeln('<td align="left" valign="top"><label>');
document.writeln('<input name="button" type="submit" class="btn-submit" id="button" value="Submit" onclick="javascript:return validate();" />');
document.writeln('</label></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</form>');
document.writeln('</div>');
document.writeln('<div style="position:relative; width:350px; text-align:right; font:12px Verdana, Arial, Helvetica, sans-serif bold; color:#999999;">');
document.writeln('<a href="javascript:divwin.close()" style="text-decoration:none; color:#fff56d; font-weight:bold; line-height:22px; padding-right:10px;"><img src="images/popup_call_back/close.gif" width="16" height="14" border="0" style="vertical-align:middle; padding-bottom:1px;"/> Close</a>');
document.writeln('</div>');
document.writeln('</div>');
