function popup(thisUrl) {
        thisUrl = "/emailafriend.asp?eurl=" + thisUrl;
	optionString = ('width=570,height=500,top=20,left=20,resizable=yes,toolbar=yes,menubar=yes,scrollbars=yes');
	mainWin = window.open(thisUrl,"print",optionString);
}