
var showQuickForm = true;

function leave() {	if (showQuickForm)	{
		window.open('http://www.emrdata.com/quick.html','','toolbar=no,menubar=no,location=no,height=530,width=450');	}		
}