 		function poll_frm_submit(x)
			{
			 
			c=0;
			for (i=0;i<document.poll_frm.poll.length;i++)
				{ 
 				if (document.poll_frm.poll[i].checked)
				{   pval= document.poll_frm.poll[i].value
					c=1;
					break;
				}
 			}
 			if (c==1)
				{
				//alert(pval)
				//alert("pollid="+x)
				//location='poll_result.asp?pid='+x+"&poll="+pval
				fnDetails('poll_result.asp?pid='+x+"&poll="+pval,'320','225');
				//poll_frm.submit();
				//return true
				}
				else
				{
				alert('Please Select Your Option')
				return false;
				}
			}

function fnDetails(detailpage,iwidth,iheight)
{
	iLeft = parseInt(screen.width)/2-parseInt(iwidth)/2
	iTop = parseInt(screen.height)/2-parseInt(iheight)/2
	window.open(detailpage, "b", "toolbars=0, menubar=0, noresize, scrollbars=yes, left=" + iLeft + ",top=" + iTop + ", width=" + iwidth + ", height=" + iheight)
}
 function fnDetails_emaiol_popup(detailpage,iwidth,iheight)
{
	iLeft = parseInt(screen.width)/2-parseInt(iwidth)/2
	iTop = parseInt(screen.height)/2-parseInt(iheight)/2
	window.open(detailpage, "b", "toolbars=0, menubar=0, noresize, scrollbars=no, left=" + iLeft + ",top=" + iTop + ", width=" + iwidth + ", height=" + iheight)
}
function show_s(){
sd = document.getElementById('wd');
if(sd.style.visibility=='visible')	{
	sd.style.visibility='hidden';
	sd.style.display='none';
}
else	{
	sd.style.visibility='visible';
	sd.style.display='block';
 }
}
function show_s1(){
sd1 = document.getElementById('wd_1');
if(sd1.style.visibility=='visible')	{
	sd1.style.visibility='hidden';
	sd1.style.display='none';
}
else	{
	sd1.style.visibility='visible';
	sd1.style.display='block';
 }
}

 