// JavaScript Document

function referral_form(filename,session)
{
	path="/popup_forms/form_framer.php?sid="+session+"&form="+filename+"";
	window.open(''+path+'','referral_forms','width=700, height=600, scrollbars=yes, resizeable=yes');
}