function commonGo()
{
	if(document.frmCommon.artTools.options[document.frmCommon.artTools.selectedIndex].value== "")
	{
		alert('Please make a selection from the article list.');
		return;
	}
	{
		document.location.href = 

document.frmCommon.artTools.options[document.frmCommon.artTools.selectedIndex].value;
		return;
	}
}