function review_pop(company_id){
	var reviewwin=dhtmlmodal.open("reviewbox", "iframe", "/reviews/default.asp?company_id=" + company_id , "Write A Review", "width=525px,height=500px,resize=0,scrolling=0,center=1", "recal");
	reviewwin.onclose=function(){return true;}
}