//<!-- Include this line in the <head> of pages that have "Share with a Friend" links:
// <script language="javascript" src="/includes/javascript/tellafriend.js"></script>
function popup(url) {
	newWindow = window.open(url,'daughter','menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,width=400,height=425,screenX=50,screenY=50,top=50,left=50');
	newWindow.focus();
}

function popup1(url) {
	newWindow = window.open(url,'daughter','menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,width=700,height=600,screenX=50,screenY=50,top=50,left=50');
	newWindow.focus();
}
//-->