function popitup(site,refno) {
	var site,refno,url;
	//url = 'http://benwwh.com/kanchana/bww_feedback/fe_form.php?refno='+ refno +'&site='+site;
	url = 'http://bww.lk/survey/myform.html';
	newwindow=window.open(url,'name','height=400,width=580');
	if (window.focus) {newwindow.focus()}
	return false;
}
