<!--
function viewpic(artid,imgid){
	window.open('/articledir/enlarge.htm?artid='+artid+'&imgid='+imgid+'','Pictures','width=820,height=542,scrollbars=1,resizable=1');
}
function addcomments(artid){
	window.open('/articledir/addcomments.htm?id='+artid+'','Comments','width=510,height=500,scrollbars=1,resizable=1');
}
function printarticle(artid){
	window.open('/articledir/print.htm?id='+artid+'','Printable','width=800,height=600,scrollbars=1,resizable=1');
}
function email2friend(artid){
	window.open('/articledir/emailtofriend.htm?id='+artid+'','email2friend','width=500,height=500,scrollbars=1,resizable=1');
}
function readlater(artid){
	window.open('/articledir/readlater.htm?id='+artid+'','readlater','width=500,height=500,scrollbars=1,resizable=1');
}
function sendreview(artid){
	window.open('/articledir/sendreview.htm?id='+artid+'','sendreview','width=500,height=500,scrollbars=1,resizable=1');
}
//-->