function openbio(name) {
	window.open('/bios/openbio.asp?name=' + name, 'biowindow', 'scrollbars=yes,status=yes,toolbar=no,location=no,menubar=no,resizable=yes,width=300,height=200');
}

function opensendtoafriend(name) {
	window.open('/includes/functions/sendtoafriend.asp?article='+name, 'emailtofriendwindow', 'scrollbars=yes,status=yes,toolbar=no,location=no,menubar=no,resizable=yes,width=420,height=450');
}

function joinmailinglist() {
	window.open('/includes/functions/joinmailinglist.asp', 'emailtofriendwindow', 'scrollbars=yes,status=yes,toolbar=no,location=no,menubar=no,resizable=yes,width=420,height=325');
}

function joinCDeskmailinglist() {
	window.open('/includes/functions/joinCDeskmailinglist.asp', 'emailtofriendwindow', 'scrollbars=yes,status=yes,toolbar=no,location=no,menubar=no,resizable=yes,width=420,height=225');
}

function opentrialsub() {
	window.open('https://www.kable.com/pub/jrcl/newsubs.asp','popup','status=yes,scrollbars=yes,resizable=yes,width=500,height=350');
}

function opensubscriptions() {
	window.open('https://www.kable.com/pub/jrcl/subservices.asp','popup','status=yes,scrollbars=yes,resizable=yes,width=500,height=350');
}

function openlink(link) {
	window.open('link','linkwin','status=yes,scrollbars=yes,resizable=yes,location=yes,width=500,height=500,top=200,left=300');
}