function featureWin(theURL) {
	subWin1=window.open(theURL,"featured","width=300,height=480,scrollbars=0,status=yes");
}
