function openfeedback(toMailId,ccMailId,ownerId)
{
	/*path="../Feedback/common_feedback.asp?mailto="+a;*/
	
	//alert(" owner name is  " + toMailId);
	path="../Feedback/FeedBack.aspx?mailto="+toMailId+"&CcMailTo="+ccMailId+"&ownerId="+ownerId;
	window.open(path,"feedback_win","toolbar=no,menubar=no,height=400,width=595,left=50,top=50,resizable=yes,scrollbars=yes")
}

function openfeedback1(a)
{
	path="../feedback/feedback.asp?mailto=sunitha.a@wepindia.com";
	window.open(path,"feedback_win","toolbar=no,menubar=no,height=400,width=595,left=50,top=50,resizable=yes,scrollbars=yes")
}
function openlogcomplaint(a)
{
	path="../feedback/feedback.aspx?mailto=wepcare.support@wepindia.com";
	window.open(path,"feedback_win","toolbar=no,menubar=no,height=400,width=595,left=50,top=50,resizable=yes,scrollbars=yes")

}

function fun1()
{
	window.open('../annualreport/startup.aspx','hello','height=450,width=720,top=0,left=60,toolbar = no,status = no,menubar=no,scrollbars=yes,resizable=no,titlebar=no')
}