// JavaScript Document

function popup_send_email(width, height, left, top)
{
	window.open('popup.php?content=email', '', 'top='+top+', left='+left+', width='+width+', height='+height+' buttons=no,scrollbars=No,location=No,menubar=No,resizable=Yes,status=No,directories=No,toolbar=No,copyhistory=No');
}

